IPXV_Inst::CreateNewMainFrm Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::CreateNewMainFrm Method}}
 
{{#customTitle:IPXV_Inst::CreateNewMainFrm Method}}
Line 27: Line 28:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_MainFrame|IPXV_MainFrame]].
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_MainFrame|IPXV_MainFrame]].

Revision as of 06:31, 20 May 2015


Creates new main frame window.

Syntax

HRESULT CreateNewMainFrm([in]                       HANDLE_T          hWndParent,
                         [in]                       RECT*             pPos,
                         [in, defaultvalue(0)]      LONG              nCreateFlags,
                         [out, defaultvalue(NULL)]  IPXV_MainFrame**  ppMainFrm);

Parameters

hWndParent
[in] HANDLE_T Handle to the Parent window for the frame.
pPos
[in] Pointer to RECT structure that contains the location and dimensions of the new frame.
nCreateFlags
[in, defaultvalue(0)] A LONG variable containing the flags controlling the new frame creation.
ppMainFrm
[out, defaultvalue(NULL)] Pointer to IPXV_MainFrame object pointer for the newly created frame.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst, IPXV_MainFrame.