InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / 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
    public delegate int Win32.EnumMetaFileProc( 
       IntPtr hDC,
       IntPtr lpHTable,
       IntPtr lpMFR,
       int nObj,
       IntPtr lpClientData
    )

    Parameters

    hDC
    lpHTable
    lpMFR
    nObj
    lpClientData
    See Also