Skip to content

Latest commit

 

History

History
71 lines (57 loc) · 2.61 KB

nn-shlobj-inewshortcuthookw.md

File metadata and controls

71 lines (57 loc) · 2.61 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:shlobj.INewShortcutHookW
INewShortcutHookW (shlobj.h)
Exposes methods to create a new Internet shortcut. (Unicode)
INewShortcutHook
INewShortcutHook interface [Windows Shell]
INewShortcutHook interface [Windows Shell]
described
INewShortcutHookA
INewShortcutHookW
_win32_INewShortcutHook
shell.INewShortcutHook
shlobj/INewShortcutHook
shell\INewShortcutHook.htm
shell
5a097e96-178a-44bd-9d3d-ed53338b97d5
12/05/2018
INewShortcutHook, INewShortcutHook interface [Windows Shell], INewShortcutHook interface [Windows Shell],described, INewShortcutHookA, INewShortcutHookW, _win32_INewShortcutHook, shell.INewShortcutHook, shlobj/INewShortcutHook
shlobj.h
Windows
Windows XP [desktop apps only]
Windows 2000 Server [desktop apps only]
Shell32.dll (version 4.0 or later)
Windows
19H1
INewShortcutHookW
shlobj/INewShortcutHookW
c++
APIRef
kbSyntax
COM
Shell32.dll
INewShortcutHook

INewShortcutHookW interface

-description

Exposes methods to create a new Internet shortcut.

-inheritance

The INewShortcutHook interface inherits from the IUnknown interface. INewShortcutHook also has these types of members:

-remarks

You do not typically implement INewShortcutHook. It is implemented by the Shell for Internet shortcuts.

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 listed methods are specific to INewShortcutHook.

Note

The shlobj.h header defines INewShortcutHook as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.