IPXV_OcrLangs::GetItem Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 11: Line 11:
 
<pre class="brush:cpp;gutter:false">HRESULT GetItem([in]  ULONG  nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT GetItem([in]  ULONG  nIndex,
 
                 [out]  BSTR*  sISO6392,
 
                 [out]  BSTR*  sISO6392,
                 [out]  BSTR*  sName);</pre>
+
                 [out]  BSTR*  sName,
 +
                [out]  BSTR*  sLocalName);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 19: Line 20:
 
:[out]  Pointer to BSTR.
 
:[out]  Pointer to BSTR.
 
;sName
 
;sName
 +
:[out]  Pointer to BSTR.
 +
;sLocalName
 
:[out]  Pointer to BSTR.
 
:[out]  Pointer to BSTR.
  

Latest revision as of 01:57, 21 August 2019


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetItem([in]   ULONG  nIndex,
                [out]  BSTR*  sISO6392,
                [out]  BSTR*  sName,
                [out]  BSTR*  sLocalName);

Parameters

nIndex
[in] Value of ULONG.
sISO6392
[out] Pointer to BSTR.
sName
[out] Pointer to BSTR.
sLocalName
[out] Pointer to BSTR.

Return Value

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

See Also

IPXV_OcrLangs