EnumFontFamiliesEx(IntPtr,IntPtr,EnumFontExDelegate,IntPtr,UInt32) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function EnumFontFamiliesEx( _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As Win32.EnumFontExDelegate, _
ByVal As System.IntPtr, _
ByVal As System.UInteger _
) As System.Integer
public static System.int EnumFontFamiliesEx(
System.IntPtr ,
System.IntPtr ,
Win32.EnumFontExDelegate ,
System.IntPtr ,
System.uint
)
Parameters
- hdc
- lpLogfont
- lpEnumFontFamExProc
- lParam
- dwFlags
See Also