ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.IntPtr, _
       ByVal lpHTable As System.IntPtr, _
       ByVal lpMFR As System.IntPtr, _
       ByVal nObj As System.Integer, _
       ByVal lpClientData As System.IntPtr _
    ) As System.Integer
    public delegate System.int Win32.EnumMetaFileProc( 
       System.IntPtr hDC,
       System.IntPtr lpHTable,
       System.IntPtr lpMFR,
       System.int nObj,
       System.IntPtr lpClientData
    )

    Parameters

    hDC
    lpHTable
    lpMFR
    nObj
    lpClientData
    See Also