IWindowProvider::Close method
Attempts to close the window.
Syntax
HRESULT Close();
Parameters
This method has no parameters.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
IWindowProvider::Close must return immediately without blocking.
IWindowProvider::Close raises the UIA_Window_WindowClosedEventId event. If possible, the event should be raised after the control has completed its associated action.
When called on a split pane control, this method will close the pane and remove the associated split.
This method may also close all other panes depending on implementation.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
See also