IPXS_PDFVariant::Arr_InsertStringR Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Arr_InsertStringR([in] UCHAR* | + | <pre class="brush:cpp;gutter:false">HRESULT Arr_InsertStringR([in] UCHAR* nVal, |
− | [in] ULONG | + | [in] ULONG nValLen, |
− | [in, defaultvalue(-1)] ULONG | + | [in, defaultvalue(-1)] ULONG nBefore);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nVal |
:[in] Pointer to UCHAR. | :[in] Pointer to UCHAR. | ||
− | ; | + | ;nValLen |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;nBefore |
:[in, defaultvalue(-1)] Value of ULONG. | :[in, defaultvalue(-1)] Value of ULONG. | ||
Revision as of 02:42, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Arr_InsertStringR([in] UCHAR* nVal, [in] ULONG nValLen, [in, defaultvalue(-1)] ULONG nBefore);
Parameters
- nVal
- [in] Pointer to UCHAR.
- nValLen
- [in] Value of ULONG.
- nBefore
- [in, defaultvalue(-1)] Value of ULONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.