BNSTATE enumeration (shdeprecated.h)

Deprecated. Used by IBrowserService::SetNavigateState and IBrowserService::GetNavigateState to specify navigation states.

Syntax

typedef enum tagBNSTATE {
  BNS_NORMAL = 0,
  BNS_BEGIN_NAVIGATE = 1,
  BNS_NAVIGATE = 2
} BNSTATE;

Constants

 
BNS_NORMAL
Value: 0
Indicates the normal state.
BNS_BEGIN_NAVIGATE
Value: 1
A begin navigation event has occurred.
BNS_NAVIGATE
Value: 2
The navigation event has occurred.

Requirements

Requirement Value
Header shdeprecated.h