IOperationList::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IOperationList::Count Property}}
 
{{#customTitle:IOperationList::Count Property}}
{{#parentPage:PXV:IOperationList|Count Property|property}}
+
{{#parentPage:PXV:IOperationList#Properties|Count|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Count''' of interface [[PXV:IOperationList|IOperationList]] returns  Value of ULONG ...
+
Property '''nCount''' of interface [[PXV:IOperationList|IOperationList]] returns  Value of ULONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IOperationList|IOperationList]].
+
[[PXV:IOperationList|IOperationList]]

Latest revision as of 03:19, 15 June 2015


Property nCount of interface IOperationList returns Value of ULONG ...

Syntax

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

See Also

IOperationList