Share via


SERVICE_TYPE Enumeration

The values of the SERVICE_TYPE enumeration type specify the type of service administered from the SDO API.

typedef enum _SERVICE_TYPE
{
  SERVICE_TYPE_IAS = 0,
  SERVICE_TYPE_RAS,
  SERVICE_TYPE_MAX
}SERVICE_TYPE;

Constants

  • SERVICE_TYPE_IAS
    The service is the Internet Authentication Service.

  • SERVICE_TYPE_RAS
    The service is the Remote Access Service.

  • SERVICE_TYPE_MAX
    Use this constant to test whether the value is in range.

Requirements

Server

Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server.

Header

Declared in SdoIas.h.

IDL

Declared in SdoIas.idl.

See Also

ISdoMachine::GetServiceSDO

Send comments about this topic to Microsoft

Build date: 10/15/2007