INewShortcutHookINewShortcutHook*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IInputObjectSite::OnFocusChangeIS
*Next Topic: INewShortcutHook::GetExtension

INewShortcutHook


The INewShortcutHook interface is used when creating a new Internet shortcut.

When to Implement

You do not normally implement INewShortcutHook. It is implemented by the shell for Internet shortcuts.

When to Use

You use INewShortcutHook when creating a new Internet shortcut. The methods provided by this interface are supplied as a convenience.

INewShortcutHook is derived from IUnknown. The following methods are specific to INewShortcutHook.
INewShortcutHook Methods Description
GetExtension Retrieves the file extension for the shortcut object.
GetFolder Retrieves the folder name for the shortcut object.
GetName Retrieves the file name of the shortcut object, without the extension.
GetReferent Retrieves the referent of the shortcut object.
SetFolder Sets the folder name for the shortcut object.
SetReferent Sets the referent of the shortcut object.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.