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)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_ActionHandler::Flags Property}}
 
{{#customTitle:IPXV_ActionHandler::Flags Property}}
{{#parentPage:PXV:IPXV_ActionHandler|property}}
+
{{#parentPage:PXV:IPXV_ActionHandler#Properties|Flags|property}}
{{ToWrite}}
+
{{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 ==
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