C1.Util.Win Namespace / Win32.EnumMetaFileProc Delegate

In This Topic
Win32.EnumMetaFileProc Delegate
In This Topic
Syntax
'Declaration
 
Public Delegate Function Win32.EnumMetaFileProc( _
   ByVal hDC As IntPtr, _
   ByVal lpHTable As IntPtr, _
   ByVal lpMFR As IntPtr, _
   ByVal nObj As Integer, _
   ByVal lpClientData As IntPtr _
) As Integer
 

Parameters

hDC
lpHTable
lpMFR
nObj
lpClientData
See Also