IPXV_ActionHandler::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXV_ActionHandler::Type Property}}
 
{{#customTitle:IPXV_ActionHandler::Type Property}}
 
{{#parentPage:PXV:IPXV_ActionHandler#Properties|Type|property}}
 
{{#parentPage:PXV:IPXV_ActionHandler#Properties|Type|property}}
 
  
 
Gets action's type.
 
Gets action's type.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval]  ULONG*  pActionType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval]  ULONG*  nActionType);
 
</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 action's type.

Syntax

HRESULT get_Type([out, retval]  ULONG*  nActionType);

See Also

IPXV_ActionHandler