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)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_MainFrm([in]          ULONG            nIndex,
+
<pre class="brush:cpp;gutter:false">HRESULT get_MainFrm([in]          ULONG            Index,
                     [out, retval]  IPXV_MainFrame**  pFrm);
+
                     [out, retval]  IPXV_MainFrame**  Frm);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nIndex
+
;Index
 
:[in]  Index of main frame.
 
:[in]  Index of main frame.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_MainFrmCount|IPXV_Inst::MainFrmCount]]
 
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_MainFrmCount|IPXV_Inst::MainFrmCount]]

Revision as of 07:35, 12 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             Index,
                    [out, retval]  IPXV_MainFrame**  Frm);

Parameters

Index
[in] Index of main frame.

See Also

IPXV_Inst, IPXV_Inst::MainFrmCount