SERVICE_TYPE enumeration (sdoias.h)

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

Syntax

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

Constants

 
SERVICE_TYPE_IAS
Value: 0
The service is Internet Authentication Service (IAS) or Network Policy Server (NPS).

Note  Internet Authentication Service was renamed Network Policy Server starting with Windows Server 2008.

 
SERVICE_TYPE_RAS
The service is the Remote Access Service.
SERVICE_TYPE_RAMGMTSVC
The service is the Remote Access Management Service.
SERVICE_TYPE_MAX
Use this constant to test whether the value is in range.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Header sdoias.h

See also

ISdoMachine::GetServiceSDO