|
|
|
IShellUIHelper Interface |
|
ProgID |
$PROGID_ShellUIHelper1 = "Shell.UIHelper.1" |
|
CLSID_ShellUIHelper |
{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1} |
|
IID_IShellUIHelper |
{729FE2F8-1EA8-11D1-8F85-00C04FC2FBE1} |
|
This interface provides access to features available in the Microsoft Windows Shell API.
To create an instance of the IShellUIHelper object use:
LOCAL CLSID_ShellUIHelper AS GUID LOCAL IID_IShellUIHelper AS GUID LOCAL pIShellUIHelper AS DWORD
CLSID_ShellUIHelper = GUID$("{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}") |
|
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. |
|
IShellUIHelper Members |
Description |
|
ResetFirstBootMode |
Undocumented. |
|
ResetSafeMode |
Undocumented. |
|
RefreshOfflineDesktop |
Undocumented. |
|
AddFavorite |
Prompts the user with a dialog box to add the specified URL to the Favorites list. |
|
AddChannel |
Presents a dialog box that enables the user to either add the channel specified, or change the channel URL if it is already installed. |
|
AddDesktopComponent |
Adds a Web site or image to the Microsoft Active Desktop. |
|
IsSubscribed |
Retrieves a value indicating whether the client subscribes to the given channel. |
|
NavigateAndFind |
Navigates to the specified URL and selects the specified text. |
|
ImportExportFavorites |
Handles the importing and exporting of Microsoft Internet Explorer favorites. |
|
AutoCompleteSaveForm |
Saves the specified form in the AutoComplete data store. |
|
AutoScan |
Attempts to connect to a Web server by passing the specified query through completion templates. |
|
AutoCompleteAttach |
Undocumented. |
|
ShowBrowserUI |
Opens the specified browser dialog box. |
|
ResetFirstBootMode |
|
FUNCTION
IShellUIHelper_ResetFirstBootMode ( _ |
|
ResetSafeMode |
|
FUNCTION
IShellUIHelper_ResetSafeMode ( _
|
|
RefreshOffLineDesktop |
|
FUNCTION
IShellUIHelper_RefreshOfflineDesktop ( _
|
|
AddFavorite |
|
FUNCTION
IShellUIHelper_AddFavorite ( _ |
|
AddChannel |
|
FUNCTION IShellUIHelper_AddChannel ( _ |
|
AddDesktopComponent |
|
FUNCTION
IShellUIHelper_AddDesktopComponent ( _ |
|
IsSubscribed |
|
FUNCTION
IShellUIHelper_IsSubscribed ( _
|
|
NavigateAndFind |
|
FUNCTION
IShellUIHelper_NavigateAndFind ( _
|
|
ImportExportFavorites |
|
FUNCTION
IShellUIHelper_ImportExportFavorites ( _ |
|
AutoCompleteSaveForm |
|
FUNCTION
IShellUIHelper_AutoCompleteSaveForm ( _
|
|
AutoScan |
|
FUNCTION
IShellUIHelper_AutoScan ( _
|
|
AutoCompleteAttach |
|
FUNCTION
IShellUIHelper_AutoCompleteAttach ( _
|
|
ShowBrowserUI |
|
FUNCTION
IShellUIHelper_ShowBrowserUI ( _
|
Page last updated on Monday, 03 April 2006 20:04:33 +0200