ICabNode::String Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:ICabNode::String Property}}
 
{{#customTitle:ICabNode::String Property}}
 +
{{#parentPage:PXV:ICabNode#Properties|String|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''String''' of interface [[PXV:ICabNode|ICabNode]] returns/sets  Value of BSTR ...
 
Property '''String''' of interface [[PXV:ICabNode|ICabNode]] returns/sets  Value of BSTR ...
 
  
 
== 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 ==
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