IPXS_PDFVariant::Arr_GetStringR Method
From PDF XChange PDF SDK
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 Arr_GetStringR([in] ULONG nIndex, | <pre class="brush:cpp;gutter:false">HRESULT Arr_GetStringR([in] ULONG nIndex, | ||
− | [out] UCHAR* | + | [out] UCHAR* nBuf, |
[in] ULONG nBufLen, | [in] ULONG nBufLen, | ||
− | [out] ULONG* | + | [out] ULONG* nLen);</pre> |
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;nBuf |
:[out] Pointer to UCHAR. | :[out] Pointer to UCHAR. | ||
;nBufLen | ;nBufLen | ||
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;nLen |
:[out] Pointer to ULONG. | :[out] Pointer to ULONG. | ||
Revision as of 01:29, 4 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Arr_GetStringR([in] ULONG nIndex, [out] UCHAR* nBuf, [in] ULONG nBufLen, [out] ULONG* nLen);
Parameters
- nIndex
- [in] Value of ULONG.
- nBuf
- [out] Pointer to UCHAR.
- nBufLen
- [in] Value of ULONG.
- nLen
- [out] Pointer to ULONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.