IShellView::DestroyViewWindow  H19EXT

[Now Supported on Windows NT]

DestroyViewWindow destroys the view window.

HRESULT DestroyViewWindow(
 

Parameters

This method has no parameters.

Return Values

Returns NOERROR if successful or an OLE-defined error value otherwise.

Remarks

The Explorer calls this method when a folder window or the Explorer is being closed.

Notes to Implementors

Clean up all state that represents the view, including the window and any other associated resources.

See Also

IShellView