Skip to content

Latest commit

 

History

History
90 lines (66 loc) · 2.76 KB

nf-exdisp-ishellwindows-onnavigate.md

File metadata and controls

90 lines (66 loc) · 2.76 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 req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:exdisp.IShellWindows.OnNavigate
IShellWindows::OnNavigate (exdisp.h)
Occurs when a Shell window is navigated to a new location.
IShellWindows interface [Windows Shell]
OnNavigate method
IShellWindows.OnNavigate
IShellWindows::OnNavigate
OnNavigate
OnNavigate method [Windows Shell]
OnNavigate method [Windows Shell]
IShellWindows interface
_win32_IShellWindows_OnNavigate
exdisp/IShellWindows::OnNavigate
shell.IShellWindows_OnNavigate
shell\IShellWindows_OnNavigate.htm
shell
b65bc979-db32-48b3-b71f-fd389957b265
12/05/2018
IShellWindows interface [Windows Shell],OnNavigate method, IShellWindows.OnNavigate, IShellWindows::OnNavigate, OnNavigate, OnNavigate method [Windows Shell], OnNavigate method [Windows Shell],IShellWindows interface, _win32_IShellWindows_OnNavigate, exdisp/IShellWindows::OnNavigate, shell.IShellWindows_OnNavigate
exdisp.h
Windows
Exdisp.idl
Shdocvw.dll (version 5.00.2014.0216 or later)
Windows
Internet Explorer 5
19H1
IShellWindows::OnNavigate
exdisp/IShellWindows::OnNavigate
c++
APIRef
kbSyntax
COM
Shdocvw.dll
IShellWindows.OnNavigate

IShellWindows::OnNavigate

-description

Occurs when a Shell window is navigated to a new location.

-parameters

-param lCookie [in]

Type: long

The cookie that identifies the window.

-param pvarLoc [in]

Type: VARIANT*

A VARIANT of type VT_VARIANT | VT_BYREF. Set the value of pvarLoc to an absolute PIDL (PIDLIST_ABSOLUTE) that specifies the new location.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

A window is granted a cookie when it is registered as a Shell window. For more information, see IShellWindows::Register.

-see-also

IShellWindows

IShellWindows::OnActivated

IShellWindows::OnCreated