IPXV_Inst::GetPrinters Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetPrinters(  IUniqueStrings**  ppPrinterNames);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT GetPrinters([out, retval] IUniqueStrings**  ppPrinterNames);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;ppPrinterNames
 
;ppPrinterNames
: Pointer to [[PXV:IUniqueStrings|IUniqueStrings]].
+
:[out, retval]  Pointer to [[PXV:IUniqueStrings|IUniqueStrings]].
  
 
== Return Value ==
 
== Return Value ==

Revision as of 13:19, 8 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetPrinters([out, retval]  IUniqueStrings**  ppPrinterNames);

Parameters

ppPrinterNames
[out, retval] Pointer to IUniqueStrings.

Return Value

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

See Also

See also IPXV_Inst.