IBrowserService::SetNavigateState method (shdeprecated.h)

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

Syntax

HRESULT SetNavigateState(
  [in] BNSTATE bnstate
);

Parameters

[in] bnstate

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.

Return value

Type: HRESULT

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

Requirements

Requirement Value
Target Platform Windows
Header shdeprecated.h