IPXV_Inst::CreateString Method

From PDF XChange PDF SDK
Revision as of 16:49, 24 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


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.

See Also

IPXV_Inst