Skip to content

Latest commit

 

History

History
66 lines (33 loc) · 1.31 KB

PyIUniformResourceLocator.md

File metadata and controls

66 lines (33 loc) · 1.31 KB

PyIUniformResourceLocator

PyIUniformResourceLocator Object

Interface to an internet shortcut

Methods

  • GetURL

    Returns the URL for the shortcut 

  • SetURL

    Sets the URL for the shortcut 

  • InvokeCommand

    Performs one of the object's predefined actions 

str = GetURL() Returns the URL for the shortcut

int = InvokeCommand(Verb, Flags

, hwndParent

) Performs one of the object's predefined actions

Parameters

  • Verb : str

    The verb to be invoked

  • Flags=0 : int

    Combination of shellcon.IURL_INVOKECOMMAND_* flags

  • hwndParent=0 : PyHANDLE

    Handle to parent window

SetURL(URL, InFlags) Sets the URL for the shortcut

Parameters

  • URL : str

    The url to be set

  • InFlags=0 : int

    One of the shellcon.IURL_SETURL* flags