Expand Minimize
This topic has not yet been rated - Rate this topic

BNSTATE enumeration

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

Indicates the normal state.

BNS_BEGIN_NAVIGATE

A begin navigation event has occurred.

BNS_NAVIGATE

The navigation event has occurred.

Requirements

Product

Internet Explorer 4.0

Header

Shdeprecated.h

IDL

Shdeprecated.idl

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.