IPXC_ActionsList::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ActionsList::Count Property}}
 
{{#customTitle:IPXC_ActionsList::Count Property}}
{{#parentPage:PXV:IPXC_ActionsList|property}}
+
{{#parentPage:PXV:IPXC_ActionsList|Count Property|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* nCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_ActionsList|IPXC_ActionsList]].
 
See also [[PXV:IPXC_ActionsList|IPXC_ActionsList]].

Revision as of 05:55, 23 April 2015


Gets number of actions in the actions list.

Syntax

HRESULT get_Count([out, retval]  ULONG*  nCount);

See Also

See also IPXC_ActionsList.