IPXV_Inst::GetPrinters Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Inst::GetPrinters Method}} | {{#customTitle:IPXV_Inst::GetPrinters Method}} | ||
{{#parentPage:PXV:IPXV_Inst#Methods|GetPrinters|method}} | {{#parentPage:PXV:IPXV_Inst#Methods|GetPrinters|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets list of names of available printers. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;ppPrinterNames | ;ppPrinterNames | ||
− | :[out, retval] | + | :[out, retval] Returns pointer to [[PXV:IUniqueStrings|IUniqueStrings]] object. |
== Return Value == | == Return Value == | ||
Line 19: | Line 18: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Inst|IPXV_Inst]] | + | [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_GetDefaultPrinter|IPXV_Inst::GetDefaultPrinter]] |
Revision as of 09:04, 25 May 2015
Gets list of names of available printers.
Syntax
HRESULT GetPrinters([out, retval] IUniqueStrings** ppPrinterNames);
Parameters
- ppPrinterNames
- [out, retval] Returns pointer to IUniqueStrings object.
Return Value
Returns S_OK if operation was successful or error code in other cases.