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