IPXV_ActionHandler::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_ActionHandler::Type Property}}
 
{{#customTitle:IPXV_ActionHandler::Type Property}}
{{#parentPage:PXV:IPXV_ActionHandler#Properties|Type Property|property}}
+
{{#parentPage:PXV:IPXV_ActionHandler#Properties|Type|property}}
{{ToReview}}
+
  
 
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