IPXV_OCRExtLanguages::GetItem Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(One intermediate revision by the same user not shown) | |||
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* | + | [out] BSTR* sISO6392, |
[out] BSTR* sName);</pre> | [out] BSTR* sName);</pre> | ||
Line 16: | Line 16: | ||
;nIndex | ;nIndex | ||
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;sISO6392 |
:[out] Pointer to BSTR. | :[out] Pointer to BSTR. | ||
;sName | ;sName |
Latest revision as of 23:51, 8 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.