Win32.EnumFontExDelegate Delegate
In This Topic
Syntax
'Declaration
Public Delegate Function Win32.EnumFontExDelegate( _
ByRef As Win32.ENUMLOGFONTEX, _
ByVal As IntPtr, _
ByVal As UInteger, _
ByVal As Integer _
) As Integer
public delegate int Win32.EnumFontExDelegate(
ref Win32.ENUMLOGFONTEX ,
IntPtr ,
uint ,
int
)
Parameters
- lpelfe
- lpntme
- FontType
- lParam
See Also