IString::Value Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IString::Value Property}}
 
{{#customTitle:IString::Value Property}}
 
{{#parentPage:PXV:IString#Properties|Value|property}}
 
{{#parentPage:PXV:IString#Properties|Value|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Value''' of interface [[PXV:IString|IString]] returns/sets Value of BSTR ...
+
Gets/sets the <code>BSTR</code> value of the string.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 02:15, 3 June 2015


Gets/sets the BSTR value of the string.

Syntax

HRESULT get_Value([out, retval]  BSTR*  ppVal);
HRESULT put_Value([in]  BSTR  ppVal);

See Also

IString