IPXV_Inst::CreateNewMainFrm Method

From PDF XChange PDF SDK
Revision as of 14:53, 24 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


Creates a 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 set of PXV_CreateMainFrmFlags that controlling the new main 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