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.
The values of the IASOSTYPE enumeration type specify what type of operating system the client requesting authentication (SDO computer) is running.
typedef enum _IASOSTYPE
{
SYSTEM_TYPE_NT4_WORKSTATION,
SYSTEM_TYPE_NT5_WORKSTATION,
SYSTEM_TYPE_NT6_WORKSTATION,
SYSTEM_TYPE_NT4_SERVER,
SYSTEM_TYPE_NT5_SERVER,
SYSTEM_TYPE_NT6_SERVER
}IASOSTYPE, *PIASOSTYPE;
Constants
SYSTEM_TYPE_NT4_WORKSTATION
The SDO computer is running Windows NT Workstation 4.0.SYSTEM_TYPE_NT5_WORKSTATION
The SDO computer is running Windows 2000 Professional.SYSTEM_TYPE_NT6_WORKSTATION
The SDO computer is running Windows Vista.**Windows Server 2003 and earlier: **This value is unavailable.
SYSTEM_TYPE_NT4_SERVER
The SDO computer is running Windows NT Server 4.0.SYSTEM_TYPE_NT5_SERVER
The SDO computer is running Windows 2000 Server.SYSTEM_TYPE_NT6_SERVER
The SDO computer is running Windows Server 2008.**Windows Server 2003 and earlier: **This value is unavailable.
Remarks
The values:
SYSTEM_TYPE_NT4_WORKSTATION
SYSTEM_TYPE_NT4_SERVER
never actually occur, since SDO is supported only on Windows 2000 Server and Windows Server 2003 family.
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::GetOSType
IASDOMAINTYPE
Send comments about this topic to Microsoft
Build date: 10/15/2007