ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetPrinter Method

In This Topic
    GetPrinter Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetPrinter( _
       ByVal hPrinter As System.IntPtr, _
       ByVal level As System.Integer, _
       ByVal pPrinter As System.IntPtr, _
       ByVal cbBuf As System.Integer, _
       ByRef pcbNeeded As System.Integer _
    ) As System.Boolean
    public static System.bool GetPrinter( 
       System.IntPtr hPrinter,
       System.int level,
       System.IntPtr pPrinter,
       System.int cbBuf,
       ref System.int pcbNeeded
    )

    Parameters

    hPrinter
    level
    pPrinter
    cbBuf
    pcbNeeded
    See Also