|
|
|
ShellWindows Object |
|
CLSID_ShellWindows |
{9BA05972-F6A8-11CF-A442-00A0C90A8F39} |
|
IID_IShellWindows |
{85CB6900-4D95-11CF-960C-0080C7F4EE85} |
|
The ShellWindows object represents a collection of the open windows that belong to the Shell. Methods are provided that can be used to control and execute commands within the Shell. There are also methods that can be used to obtain other Shell-related objects.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDispatch Methods |
Description |
|
GetTypeInfoCount |
Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
|
GetTypeInfo |
Gets the type information for an object. |
|
GetIDsOfNames |
Maps a single member and an optional set of argument names to a corresponding set of integer DISPIDs. |
|
Invoke |
Provides access to properties and methods exposed by an object. |
|
IShellWindows Methods and Properties |
Description |
|
Count |
Contains the number of items in the collection. |
|
Item |
Retrieves an InternetExplorer object that represents the Shell window. |
|
_NewEnum |
Creates and returns a new ShellWindows object that is a copy of this ShellWindows object. |
|
Register |
Undocumented. |
|
RegisterPending |
Undocumented. |
|
Revoke |
Undocumented. |
|
OnNavigate |
Undocumented. |
|
OnActivated |
Undocumented. |
|
FindWindowSW |
Undocumented. |
|
OnCreated |
Undocumented. |
|
ProcessAttachDetach |
Undocumented. |
|
ShellWindowTypeConstants |
|
%SWC_EXPLORER = 0
|
|
ShellWindowFindWindowOptions |
|
%SWFO_NEEDDISPATCH =
1
|
|
Count |
|
FUNCTION
IShellWindows_get_Count ( _
|
|
Item |
|
FUNCTION
IShellWindows_Item ( _
|
|
_NewENum |
|
FUNCTION
IShellWindows_NewEnum ( _
|
|
Register |
|
FUNCTION
IShellWindows_Register ( _
|
|
RegisterPending |
|
FUNCTION
IShellWindows_RegisterPending ( _ |
|
Revoke |
|
FUNCTION
IShellWindows_Revoke ( _ |
|
OnNavigate |
|
FUNCTION
IShellWindows_OnNavigate ( _ |
|
OnActivated |
|
FUNCTION
IShellWindows_OnActivated ( _ |
|
FindWindowSW |
|
FUNCTION
IShellWindows_FindWindowSW ( _ |
|
OnCreated |
|
FUNCTION
IShellWindows_OnCreated ( _ |
|
ProcessAttachDetach |
|
FUNCTION
IShellWindows_ProcessAttachDetach ( _ |
Page last updated on Wednesday, 15 February 2006 23:11:19 +0100