Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_NORMALValue: 0 Indicates the normal state. |
BNS_BEGIN_NAVIGATEValue: 1 A begin navigation event has occurred. |
BNS_NAVIGATEValue: 2 The navigation event has occurred. |
Requirements
| Requirement | Value |
|---|---|
| Header | shdeprecated.h |