IPXV_Inst::MainFrmCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::MainFrmCount Property}}
 
{{#customTitle:IPXV_Inst::MainFrmCount Property}}
 +
{{#parentPage:PXV:IPXV_Inst#Properties|MainFrmCount|property}}
 +
{{ToReview}}
  
Property '''MainFrmCount''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns  Value of ULONG ...
+
Gets number of all existing main frames.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_MainFrmCount([out, retval] ULONG* pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_MainFrmCount([out, retval] ULONG* nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_MainFrm|IPXV_Inst::MainFrm]]

Latest revision as of 03:59, 15 June 2015


Gets number of all existing main frames.

Syntax

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

See Also

IPXV_Inst, IPXV_Inst::MainFrm