Skip to content

Latest commit

 

History

History
86 lines (63 loc) · 2.64 KB

nf-shdeprecated-ibrowserservice-setnavigatestate.md

File metadata and controls

86 lines (63 loc) · 2.64 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:shdeprecated.IBrowserService.SetNavigateState
IBrowserService::SetNavigateState (shdeprecated.h)
Deprecated. Sets the current navigation state. This method affects the cursor and animation.
BNS_BEGIN_NAVIGATE
BNS_NAVIGATE
BNS_NORMAL
IBrowserService interface [Windows Shell]
SetNavigateState method
IBrowserService.SetNavigateState
IBrowserService::SetNavigateState
SetNavigateState
SetNavigateState method [Windows Shell]
SetNavigateState method [Windows Shell]
IBrowserService interface
shdeprecated/IBrowserService::SetNavigateState
shell.IBrowserService_SetNavigateState
zone_IBrowserService_SetNavigateState
shell\IBrowserService_SetNavigateState.htm
shell
3cdbe902-f208-43f8-9019-d61c22635196
12/05/2018
BNS_BEGIN_NAVIGATE, BNS_NAVIGATE, BNS_NORMAL, IBrowserService interface [Windows Shell],SetNavigateState method, IBrowserService.SetNavigateState, IBrowserService::SetNavigateState, SetNavigateState, SetNavigateState method [Windows Shell], SetNavigateState method [Windows Shell],IBrowserService interface, shdeprecated/IBrowserService::SetNavigateState, shell.IBrowserService_SetNavigateState, zone_IBrowserService_SetNavigateState
shdeprecated.h
Windows
Shdeprecated.idl
Windows
Internet Explorer 4.0
19H1
IBrowserService::SetNavigateState
shdeprecated/IBrowserService::SetNavigateState
c++
APIRef
kbSyntax
COM
Shdeprecated.h
IBrowserService.SetNavigateState

IBrowserService::SetNavigateState

-description

Deprecated. Sets the current navigation state. This method affects the cursor and animation.

-parameters

-param bnstate [in]

Type: BNSTATE

The value from the BNSTATE enumeration that indicates the navigation state.

BNS_NORMAL (0)

The normal state.

BNS_BEGIN_NAVIGATE (1)

A begin navigation event has occurred.

BNS_NAVIGATE (2)

A navigation event has occurred.

-returns

Type: HRESULT

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