IPXV_Inst::CreateString Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::CreateString Method}}
 
{{#customTitle:IPXV_Inst::CreateString Method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|CreateString|method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|CreateString|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 16: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.

See Also

IPXV_Inst