ICabNode::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 9: 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 ==
 
[[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