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}}
{{ToReview}}
+
 
  
 
Gets/sets the <code>BSTR</code> value of the string.
 
Gets/sets the <code>BSTR</code> value of the string.

Latest revision as of 15:57, 16 June 2015


Gets/sets the BSTR value of the string.

Syntax

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

See Also

IString