|
|
|
ShellLinkObject Object |
|
CLSID_ShellLinkObject |
{11219420-1768-11D1-95BE-00609797EA4F} |
|
CLSID_WebViewFolderContents |
{1820FED0-473E-11D0-A96C-00C04FD705A2} |
|
IID_IShellLinkDual |
{88A05C00-F000-11CE-8350-444553540000} |
|
IID_IShellLinkDual2 |
{317EE249-F12E-11D2-B1E4-00C04F8EEB3E} |
|
The ShellLinkObject object manages Shell links. It makes much of the functionality of the IShellLink interface available to scripting applications.
|
|
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. |
|
IShellLinkDual Methods and Properties |
Description |
|
Path |
Contains the link's path. |
|
Description |
Contains the link's description. |
|
WorkingDirectory |
Contains the link's working directory. |
|
Arguments |
Contains a link's arguments. |
|
Hotkey |
Contains the link's hot-key code. |
|
ShowCommand |
Contains the initial show state of the link's command. |
|
Resolve |
Attempts to find the target of a Shell link, even if the target has been moved or renamed. |
|
GetIconLocation |
Retrieves the location of the link's icon. |
|
SetIconLocation |
Sets the location of the link's icon. |
|
Save |
Saves all changes to the link. |
|
IShellLinkDua2 Methods and Properties |
Description |
|
Target |
Contains the link object's target. |
|
Path |
|
FUNCTION
IShellLinkDual_get_Path ( _
FUNCTION
IShellLinkDual_put_Path ( _
|
|
Description |
|
FUNCTION
IShellLinkDual_get_Description ( _
FUNCTION
IShellLinkDual_put_Description ( _
|
|
WorkingDirectory |
|
FUNCTION
IShellLinkDual_get_WorkingDirectory ( _
FUNCTION
IShellLinkDual_put_WorkingDirectory ( _
|
|
Arguments |
|
FUNCTION
IShellLinkDual_get_Arguments ( _
FUNCTION
IShellLinkDual_put_Arguments ( _
|
|
Hotkey |
|
FUNCTION
IShellLinkDual_get_Hotkey ( _
FUNCTION
IShellLinkDual_put_Hotkey ( _
|
|
ShowCommand |
|
FUNCTION
IShellLinkDual_get_ShowCommand ( _
FUNCTION
IShellLinkDual_put_ShowCommand ( _ |
|
Resolve |
|
FUNCTION
IShellLinkDual_Resolve ( _
|
|
GetIconLocation |
|
FUNCTION
IShellLinkDual_GetIconLocation ( _ |
|
SetIconLocation |
|
FUNCTION
IShellLinkDual_SetIconLocation ( _ |
|
Save |
|
FUNCTION
IShellLinkDual_Save ( _ |
|
Target |
|
FUNCTION
IShellLinkDual2_get_Target ( _ |
Page last updated on Wednesday, 15 February 2006 23:06:52 +0100