ICabNode::String Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Parent page removed)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:ICabNode::String Property}}
 
{{#customTitle:ICabNode::String Property}}
 +
{{#parentPage:PXV:ICabNode#Properties|String|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_String([out, retval]  BSTR*  pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_String([out, retval]  BSTR*  sVal);
HRESULT put_String([in]  BSTR  pVal);
+
HRESULT put_String([in]  BSTR  sVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:ICabNode|ICabNode]].
+
[[PXV:ICabNode|ICabNode]]

Latest revision as of 03:13, 15 June 2015


Property String of interface ICabNode returns/sets Value of BSTR ...

Syntax

HRESULT get_String([out, retval]  BSTR*  sVal);
HRESULT put_String([in]  BSTR  sVal);

See Also

ICabNode