Interface to an internet shortcut
-
Returns the URL for the shortcut
-
Sets the URL for the shortcut
-
Performs one of the object's predefined actions
PyIUniformResourceLocator.GetURL
str = GetURL() Returns the URL for the shortcut
PyIUniformResourceLocator.InvokeCommand
int = InvokeCommand(Verb, Flags
, hwndParent
) Performs one of the object's predefined actions
-
Verb : str
The verb to be invoked
-
Flags=0 : int
Combination of shellcon.IURL_INVOKECOMMAND_* flags
-
hwndParent=0 : PyHANDLE
Handle to parent window
PyIUniformResourceLocator.SetURL
SetURL(URL, InFlags) Sets the URL for the shortcut
-
URL : str
The url to be set
-
InFlags=0 : int
One of the shellcon.IURL_SETURL* flags