IShellView::DestroyViewWindow method
Destroys the view window.
Syntax
HRESULT DestroyViewWindow();
Parameters
This method has no parameters.
Return value
Type: HRESULT
Returns S_OK if successful, or a COM-defined error value otherwise.
Remarks
Windows Explorer calls this method when a folder window or Windows Explorer is being closed.
Notes to Implementers
Clean up all states that represent the view, including the window and any other associated resources.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: