Microsoft DirectX 9.0

CBaseWindow::UninitialiseWindow

The UninitialiseWindow method releases the window's resources.

Syntax

virtual HRESULT UninitialiseWindow(void);

Return Value

Returns S_OK.

Remarks

This method frees resources that were acquired by the CBaseWindow::InitialiseWindow method. The CBaseWindow::DoneWithWindow method calls this method.

See Also