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)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::GetPrinters Method}}
 
{{#customTitle:IPXV_Inst::GetPrinters Method}}
{{#parentPage:PXV:IPXV_Inst|GetPrinters Method|method}}
+
{{#parentPage:PXV:IPXV_Inst#Methods|GetPrinters|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets list of names of available printers.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetPrinters(  IUniqueStrings**  ppPrinterNames);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT GetPrinters([out, retval] IUniqueStrings**  pPrinterNames);</pre>
  
 
== Parameters ==
 
== Parameters ==
;ppPrinterNames
+
;pPrinterNames
: Pointer to [[PXV:IUniqueStrings|IUniqueStrings]].
+
:[out, retval]  Returns pointer to [[PXV:IUniqueStrings|IUniqueStrings]] object.
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_GetDefaultPrinter|IPXV_Inst::GetDefaultPrinter]]

Latest revision as of 03: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.

See Also

IPXV_Inst, IPXV_Inst::GetDefaultPrinter