IPXV_AttachList::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_AttachList::Count Property}}
 
{{#customTitle:IPXV_AttachList::Count Property}}
 
{{#parentPage:PXV:IPXV_AttachList#Properties|Count|property}}
 
{{#parentPage:PXV:IPXV_AttachList#Properties|Count|property}}
 
  
 
Gets number of items in the attachments list.
 
Gets number of items in the attachments list.
  
 
== 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 ==
 
[[PXV:IPXV_AttachList|IPXV_AttachList]]
 
[[PXV:IPXV_AttachList|IPXV_AttachList]]

Revision as of 02:33, 4 June 2015

Gets number of items in the attachments list.

Syntax

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

See Also

IPXV_AttachList