IPXV_Inst::ActiveMainFrm Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::ActiveMainFrm Property}}
 
{{#customTitle:IPXV_Inst::ActiveMainFrm Property}}
 
{{#parentPage:PXV:IPXV_Inst#Properties|ActiveMainFrm|property}}
 
{{#parentPage:PXV:IPXV_Inst#Properties|ActiveMainFrm|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Gets an active main frame as pointer to [[PXV:IPXV_MainFrame|IPXV_MainFrame]] object.
+
Gets an active main frame object as pointer to [[PXV:IPXV_MainFrame|IPXV_MainFrame]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveMainFrm([out, retval]  IPXV_MainFrame**  ppMainFrm);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveMainFrm([out, retval]  IPXV_MainFrame**  pMainFrm);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Inst|IPXV_Inst]]
 
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:58, 15 June 2015


Gets an active main frame object as pointer to IPXV_MainFrame.

Syntax

HRESULT get_ActiveMainFrm([out, retval]  IPXV_MainFrame**  pMainFrm);

See Also

IPXV_Inst