IPXV_Inst::CreateString Method

From PDF XChange PDF SDK
Revision as of 02:39, 4 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Creates the new IString object.

Syntax

HRESULT CreateString([in, defaultvalue("")]  BSTR       sInitial,
                     [out, retval]           IString**  pRes);

Parameters

sInitial
[in, defaultvalue("")] Pass initial string here.
pRes
[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