ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / OpenPrinter Method

In This Topic
    OpenPrinter Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function OpenPrinter( _
       ByVal printerName As System.String, _
       ByRef hPrinter As System.IntPtr, _
       ByVal pDefaults As System.IntPtr _
    ) As System.Boolean
    public static System.bool OpenPrinter( 
       System.string printerName,
       ref System.IntPtr hPrinter,
       System.IntPtr pDefaults
    )

    Parameters

    printerName
    hPrinter
    pDefaults
    See Also