Platform SDK: NetMeeting

ILS_STATE

Values from the ILS_STATE enumeration specifies the state of a user registering on the server.

typedef enum 
{
  ILS_UNREGISTERED               = 0,
  ILS_REGISTERING                = 1,
  ILS_REGISTERED                 = 2,
  ILS_UNREGISTERING              = 3,
  ILS_REGISTERED_BUT_INVALID     = 4,
  ILS_NETWORK_DOWN               = 5,
}
  ILS_STATE;

Elements

ILS_UNREGISTERED
The user is not registered with the Internet Locator Service (ILS) server.
ILS_REGISTERING
The user is being registered with the ILS server.
ILS_REGISTERED
The user is registered with the ILS server.
ILS_UNREGISTERING
The user is unregistered with the ILS server.
ILS_REGISTERED_BUT_INVALID
Server does not recognize the current user.
ILS_NETWORK_DOWN
Cannot connect to the server.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Ils.idl.

See Also

IIlsUser::GetState