IPXC_Action::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Action::Type Property}}
 
{{#customTitle:IPXC_Action::Type Property}}
{{#parentPage:PXV:IPXC_Action#Properties|Type Property|property}}
+
{{#parentPage:PXV:IPXC_Action#Properties|Type|property}}
  
 
Gets the action type so that the appropriate [[PXV:IPXC_ActionHandler|action handler]] can be used.
 
Gets the action type so that the appropriate [[PXV:IPXC_ActionHandler|action handler]] can be used.
Line 11: Line 11:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Action|IPXC_Action]].
+
[[PXV:IPXC_Action|IPXC_Action]]

Latest revision as of 08:01, 23 May 2015

Gets the action type so that the appropriate action handler can be used.

Syntax

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

See Also

IPXC_Action