[]
public delegate int Win32.EnumFontExDelegate2(ref Win32.ENUMLOGFONTEX lpelfe, ref Win32.NEWTEXTMETRICEX lpntme, uint FontType, int lParam)
Public Delegate Function Win32.EnumFontExDelegate2(ByRef lpelfe As Win32.ENUMLOGFONTEX, ByRef lpntme As Win32.NEWTEXTMETRICEX, FontType As UInteger, lParam As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| Win32.ENUMLOGFONTEX | lpelfe | |
| Win32.NEWTEXTMETRICEX | lpntme | |
| uint | FontType | |
| int | lParam |
| Type | Description |
|---|---|
| int |
| Name | Description |
|---|---|
| EnumFontExDelegate2(object, IntPtr) |