IBrowserService::GetNavigateState method (shdeprecated.h)

Deprecated. Retrieves the browser's current navigation state.

Syntax

HRESULT GetNavigateState(
  [out] BNSTATE *pbnstate
);

Parameters

[out] pbnstate

Type: BNSTATE*

A pointer to a value from the BNSTATE enumeration indicating the current 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