INumArray::Count Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''nCount''' of interface [[PXV:INumArray|INumArray]] returns Value of ULONG ... |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* nCount); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:INumArray|INumArray]] | [[PXV:INumArray|INumArray]] |
Latest revision as of 02:18, 15 June 2015
Property nCount of interface INumArray returns Value of ULONG ...
Syntax
HRESULT get_Count([out, retval] ULONG* nCount);