IPXV_Inst::GetPrinters Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetPrinters([out, retval] IUniqueStrings** | + | <pre class="brush:cpp;gutter:false">HRESULT GetPrinters([out, retval] IUniqueStrings** pPrinterNames);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pPrinterNames |
:[out, retval] Returns pointer to [[PXV:IUniqueStrings|IUniqueStrings]] object. | :[out, retval] Returns pointer to [[PXV:IUniqueStrings|IUniqueStrings]] object. | ||
Latest revision as of 02:56, 15 June 2015
Gets list of names of available printers.
Syntax
HRESULT GetPrinters([out, retval] IUniqueStrings** pPrinterNames);
Parameters
- pPrinterNames
- [out, retval] Returns pointer to IUniqueStrings object.
Return Value
Returns S_OK if operation was successful or error code in other cases.