ICabNode::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:ICabNode::Flags Property}}
 
{{#customTitle:ICabNode::Flags Property}}
{{#parentPage:PXV:ICabNode|Flags Property|property}}
+
{{#parentPage:PXV:ICabNode#Properties|Flags|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval]  ULONG*  pValue);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval]  ULONG*  nValue);
HRESULT put_Flags([in]  ULONG  pValue);
+
HRESULT put_Flags([in]  ULONG  nValue);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:ICabNode|ICabNode]].
+
[[PXV:ICabNode|ICabNode]]

Latest revision as of 03:13, 15 June 2015


Property Flags of interface ICabNode returns/sets Value of ULONG ...

Syntax

HRESULT get_Flags([out, retval]  ULONG*  nValue);
HRESULT put_Flags([in]  ULONG  nValue);

See Also

ICabNode