Microsoft DirectX 9.0

CBaseWindow::DoCreateWindow

The DoCreateWindow method creates the window.

Syntax

HRESULT DoCreateWindow(void);

Return Value

Returns S_OK if successful, or an HRESULT value indicating the cause of the failure.

Remarks

The CBaseWindow::PrepareWindow method calls this method.

See Also