IPXV_OCRExtLanguages::GetItem Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT GetItem([in]  ULONG  nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT GetItem([in]  ULONG  nIndex,
                 [out]  BSTR*  sCode,
+
                 [out]  BSTR*  sISO6392,
                [out]  BSTR*  sCodeISO,
+
 
                 [out]  BSTR*  sName);</pre>
 
                 [out]  BSTR*  sName);</pre>
  
Line 17: Line 16:
 
;nIndex
 
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;sCode
+
;sISO6392
:[out]  Pointer to BSTR.
+
;sCodeISO
+
 
:[out]  Pointer to BSTR.
 
:[out]  Pointer to BSTR.
 
;sName
 
;sName

Latest revision as of 00:51, 9 May 2019


The method of interface of PDF-XChange Editor SDK.

Syntax

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

Parameters

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

Return Value

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

See Also

IPXV_OCRExtLanguages