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)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Action::Type Property}}
 
{{#customTitle:IPXC_Action::Type Property}}
{{#parentPage:PXV:IPXC_Action|property}}
+
{{#parentPage:PXV:IPXC_Action#Properties|Type|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''Type''' of interface [[PXV:IPXC_Action|IPXC_Action]] returns  Value of ULONG ...
+
Gets the action type so that the appropriate [[PXV:IPXC_ActionHandler|action handler]] can be used.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] ULONG* pType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] ULONG* pType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== 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