ICabNode::Int64 Property

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

Latest revision as of 03:13, 15 June 2015


Property Int64 of interface ICabNode returns/sets Value of LONGLONG ...

Syntax

HRESULT get_Int64([out, retval]  LONGLONG*  nVal);
HRESULT put_Int64([in]  LONGLONG  nVal);

See Also

ICabNode