IAFS_Inst::CreateString Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IAFS_Inst::CreateString Method}} | {{#customTitle:IAFS_Inst::CreateString Method}} | ||
+ | {{#parentPage:PXV:IAFS_Inst#Methods|CreateString|method}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT CreateString([out, retval] IString** | + | <pre class="brush:cpp;gutter:false">HRESULT CreateString([out, retval] IString** pString);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pString |
:[out, retval] Pointer to [[PXV:IString|IString]]. | :[out, retval] Pointer to [[PXV:IString|IString]]. | ||
Line 15: | Line 19: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IAFS_Inst|IAFS_Inst]] |
Latest revision as of 02:11, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT CreateString([out, retval] IString** pString);
Parameters
- pString
- [out, retval] Pointer to IString.
Return Value
Returns S_OK if operation was successful or error code in other cases.