IPXV_Inst::DocCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DocCount([out, retval]  ULONG*  Count);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DocCount([out, retval]  ULONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_Doc|IPXV_Inst::Doc]]
 
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_Doc|IPXV_Inst::Doc]]

Latest revision as of 03:58, 15 June 2015


Gets a number of all opened documents.

Syntax

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

See Also

IPXV_Inst, IPXV_Inst::Doc