IPXV_Inst::MainFrm Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::MainFrm Property}}
 
{{#customTitle:IPXV_Inst::MainFrm Property}}
{{#parentPage:PXV:IPXV_Inst|property}}
+
{{#parentPage:PXV:IPXV_Inst#Properties|MainFrm|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''MainFrm''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns  Pointer to [[PXV:IPXV_MainFrame|IPXV_MainFrame]] ...
+
Gets an main frame object as pointer to [[PXV:IPXV_MainFrame|IPXV_MainFrame]] by specified index in list of all existing main frames.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_MainFrm([in] ULONG nIndex, [out, retval] IPXV_MainFrame** ppFrm);
+
<pre class="brush:cpp;gutter:false">HRESULT get_MainFrm([in]           ULONG             nIndex,
 +
                    [out, retval] IPXV_MainFrame** pFrm);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
:[in]  Value of ULONG.
+
:[in]  Index of main frame.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_MainFrmCount|IPXV_Inst::MainFrmCount]]

Latest revision as of 03:59, 15 June 2015


Gets an main frame object as pointer to IPXV_MainFrame by specified index in list of all existing main frames.

Syntax

HRESULT get_MainFrm([in]           ULONG             nIndex,
                    [out, retval]  IPXV_MainFrame**  pFrm);

Parameters

nIndex
[in] Index of main frame.

See Also

IPXV_Inst, IPXV_Inst::MainFrmCount