IPXV_Inst::GetDefaultPrinter Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Inst|IPXV_Inst]]
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_GetPrinters|IPXV_Inst::GetPrinters]]

Revision as of 10:05, 25 May 2015


Returns name of printer that is default in the system.

Syntax

HRESULT GetDefaultPrinter([out, retval]  BSTR*  ppPrinterName);

Parameters

ppPrinterName
[out, retval] Returns pointer unicode string that contains the printer's name.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst, IPXV_Inst::GetPrinters