IOperationHistory::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IOperationHistory::Count Property}}
 
{{#customTitle:IOperationHistory::Count Property}}
{{#parentPage:PXV:IOperationHistory|property}}
+
{{#parentPage:PXV:IOperationHistory#Properties|Count|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== 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:IOperationHistory|IOperationHistory]].
+
[[PXV:IOperationHistory|IOperationHistory]]

Latest revision as of 23:50, 11 August 2015


Property Count of interface IOperationHistory returns Value of ULONG ...

Syntax

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

See Also

IOperationHistory