IPXV_Inst::MainFrmCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::MainFrmCount Property}}
 
{{#customTitle:IPXV_Inst::MainFrmCount Property}}
{{#parentPage:PXV:IPXV_Inst#Properties|MainFrmCount Property|property}}
+
{{#parentPage:PXV:IPXV_Inst#Properties|MainFrmCount|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{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 ==
[[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