IPXV_OCRExtLanguages::GetItem Method

From PDF XChange PDF SDK
Jump to: navigation, search
(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*  sValue,
+
                 [out]  BSTR*  sCode,
 +
                [out]  BSTR*  sCodeISO,
 
                 [out]  BSTR*  sName);</pre>
 
                 [out]  BSTR*  sName);</pre>
  
Line 16: Line 17:
 
;nIndex
 
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;sValue
+
;sCode
 +
:[out]  Pointer to BSTR.
 +
;sCodeISO
 
:[out]  Pointer to BSTR.
 
:[out]  Pointer to BSTR.
 
;sName
 
;sName

Revision as of 05:02, 14 November 2018


The method of interface of PDF-XChange Editor SDK.

Syntax

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

Parameters

nIndex
[in] Value of ULONG.
sCode
[out] Pointer to BSTR.
sCodeISO
[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