IPXV_ActionHandler::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
{{#customTitle:IPXV_ActionHandler::Flags Property}}
 
{{#customTitle:IPXV_ActionHandler::Flags Property}}
 
{{#parentPage:PXV:IPXV_ActionHandler#Properties|Flags|property}}
 
{{#parentPage:PXV:IPXV_ActionHandler#Properties|Flags|property}}
{{ToReview}}
 
  
 
Gets flags for the action.
 
Gets flags for the action.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval]  ULONG*  pFlags);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval]  ULONG*  nFlags);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_ActionHandler|IPXV_ActionHandler]]
 
[[PXV:IPXV_ActionHandler|IPXV_ActionHandler]]

Latest revision as of 03:45, 15 June 2015

Gets flags for the action.

Syntax

HRESULT get_Flags([out, retval]  ULONG*  nFlags);

See Also

IPXV_ActionHandler