IPXV_Inst::CreateString Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Creates the new [[PXV:IString|IString]] object. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 14: | ||
== Parameters == | == Parameters == | ||
;pInitial | ;pInitial | ||
− | :[in, defaultvalue("")] | + | :[in, defaultvalue("")] Pass initial string here. |
;ppRes | ;ppRes | ||
− | :[out, retval] | + | :[out, retval] Returns pointer to a new [[PXV:IString|IString]] object. |
== Return Value == | == Return Value == |
Revision as of 15:49, 24 May 2015
Creates the new IString object.
Syntax
HRESULT CreateString([in, defaultvalue("")] BSTR pInitial, [out, retval] IString** ppRes);
Parameters
- pInitial
- [in, defaultvalue("")] Pass initial string here.
- ppRes
- [out, retval] Returns pointer to a new IString object.
Return Value
Returns S_OK if operation was successful or error code in other cases.