ICabNode::Int 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::Int Property}}
 
{{#customTitle:ICabNode::Int Property}}
 +
{{#parentPage:PXV:ICabNode#Properties|Int|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Int''' of interface [[PXV:ICabNode|ICabNode]] returns/sets  Value of INT ...
 
Property '''Int''' of interface [[PXV:ICabNode|ICabNode]] returns/sets  Value of INT ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Int([out, retval] INT* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Int([out, retval] INT* nVal);
HRESULT put_Int([in] INT pVal);
+
HRESULT put_Int([in] INT nVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:ICabNode|ICabNode]].
+
[[PXV:ICabNode|ICabNode]]

Latest revision as of 03:13, 15 June 2015


Property Int of interface ICabNode returns/sets Value of INT ...

Syntax

HRESULT get_Int([out, retval]  INT*  nVal);
HRESULT put_Int([in]  INT  nVal);

See Also

ICabNode