IPXV_Inst::ActionHandlersCount Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Inst::ActionHandlersCount Property}} | {{#customTitle:IPXV_Inst::ActionHandlersCount Property}} | ||
− | {{#parentPage:PXV:IPXV_Inst|ActionHandlersCount | + | {{#parentPage:PXV:IPXV_Inst#Properties|ActionHandlersCount|property}} |
{{ToReview}} | {{ToReview}} | ||
− | + | Gets the count of items in the list of registered handlers of PDF-actions. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ActionHandlersCount([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ActionHandlersCount([out, retval] ULONG* nCount); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Inst|IPXV_Inst]] |
Latest revision as of 02:58, 15 June 2015
Gets the count of items in the list of registered handlers of PDF-actions.
Syntax
HRESULT get_ActionHandlersCount([out, retval] ULONG* nCount);