ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetGlyphIndices Method / GetGlyphIndices(IntPtr,String,Int32,IntPtr,UInt32) Method

In This Topic
    GetGlyphIndices(IntPtr,String,Int32,IntPtr,UInt32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetGlyphIndices( _
       ByVal hdc As System.IntPtr, _
       ByVal lpsz As System.String, _
       ByVal c As System.Integer, _
       ByVal pgi As System.IntPtr, _
       ByVal fl As System.UInteger _
    ) As System.UInteger
    public static System.uint GetGlyphIndices( 
       System.IntPtr hdc,
       System.string lpsz,
       System.int c,
       System.IntPtr pgi,
       System.uint fl
    )

    Parameters

    hdc
    lpsz
    c
    pgi
    fl
    See Also