IPXV_Inst::CreateNewMainFrm Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT CreateNewMainFrm([in] ULONG_PTR hParentWnd, [in, optional] RECT* pPosition, [in, optional] LONG nCreateFlags, [out, optional] IPXV_MainFrame** ppMainFrm);
Parameters
- hParentWnd
- [in] Value of ULONG_PTR.
- pPosition
- [in, optional] Pointer to RECT.
- nCreateFlags
- [in, optional] Value of LONG.
- ppMainFrm
- [out, optional] Pointer to IPXV_MainFrame.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXV_Inst.