[]
        
(Showing Draft Content)

C1.Util.Win.Win32.EnumFontExDelegate

Win32.EnumFontExDelegate Delegate

Namespace: C1.Util.Win
Assembly: C1.Win.4.8.dll
Syntax
public delegate int Win32.EnumFontExDelegate(ref Win32.ENUMLOGFONTEX lpelfe, IntPtr lpntme, uint FontType, int lParam)
Public Delegate Function Win32.EnumFontExDelegate(ByRef lpelfe As Win32.ENUMLOGFONTEX, lpntme As IntPtr, FontType As UInteger, lParam As Integer) As Integer
Parameters
Type Name Description
Win32.ENUMLOGFONTEX lpelfe
IntPtr lpntme
uint FontType
int lParam
Returns
Type Description
int

Constructors

Name Description
EnumFontExDelegate(object, IntPtr)

Methods

Name Description
BeginInvoke(ref ENUMLOGFONTEX, IntPtr, uint, int, AsyncCallback, object)
EndInvoke(ref ENUMLOGFONTEX, IAsyncResult)
Invoke(ref ENUMLOGFONTEX, IntPtr, uint, int)