IPXV_Inst::ActiveMainFrm Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::ActiveMainFrm Property}}
 
{{#customTitle:IPXV_Inst::ActiveMainFrm Property}}
 +
{{#parentPage:PXV:IPXV_Inst#Properties|ActiveMainFrm|property}}
 +
{{ToReview}}
  
Property '''ActiveMainFrm''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns  Pointer to [[PXV:IPXV_MainFrame|IPXV_MainFrame]] ...
+
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 ==
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