IPXS_PDFVariant::Dict_SetStringAR 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 Dict_SetStringAR([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT Dict_SetStringAR([in] ULONG Atom, |
− | [in] UCHAR* | + | [in] UCHAR* Val, |
− | [in] ULONG | + | [in] ULONG ValLen, |
− | [in, defaultvalue(0)] ULONG | + | [in, defaultvalue(0)] ULONG StringFlags);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Atom |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;Val |
:[in] Pointer to UCHAR. | :[in] Pointer to UCHAR. | ||
− | ; | + | ;ValLen |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;StringFlags |
:[in, defaultvalue(0)] Value of ULONG. | :[in, defaultvalue(0)] Value of ULONG. | ||
Revision as of 06:20, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Dict_SetStringAR([in] ULONG Atom, [in] UCHAR* Val, [in] ULONG ValLen, [in, defaultvalue(0)] ULONG StringFlags);
Parameters
- Atom
- [in] Value of ULONG.
- Val
- [in] Pointer to UCHAR.
- ValLen
- [in] Value of ULONG.
- StringFlags
- [in, defaultvalue(0)] Value of ULONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.