Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Overloaded. Called by a Rich Preview handler to create the Windows window.
virtual BOOL Create(
HWND hWndParent,
const RECT* prc
);
virtual BOOL Create(
HWND hWndParent,
const RECT* prc,
CCreateContext* pContext
);
Parameters
hWndParent
A handle to the host window supplied by the Shell for Rich Preview.prc
Specifies the initial size and position of the window.pContext
A pointer to a creation context.
Return Value
TRUE if creation succeeded; otherwise FALSE.
Requirements
Header: afxwin.h