IASDOMAINTYPE Enumeration
The values of the IASDOMAINTYPE enumeration type specify whether the SDO computer is part of a domain, and if so, what type of domain.
typedef enum _DOMAINTYPE
{
DOMAIN_TYPE_NONE,
DOMAIN_TYPE_NT4,
DOMAIN_TYPE_NT5,
DOMAIN_TYPE_MIXED
}IASDOMAINTYPE, *PIASDOMAINTYPE;
Constants
DOMAIN_TYPE_NONE
The SDO computer is running in stand-alone mode.DOMAIN_TYPE_NT4
The SDO computer is part of a Windows NT 4.0 domain.DOMAIN_TYPE_NT5
The SDO computer is part of a Windows 2000 domain running in native mode.DOMAIN_TYPE_MIXED
The SDO computer is part of a Windows 2000 domain running in mixed mode.
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::GetDomainType
IASOSTYPE
Send comments about this topic to Microsoft
Build date: 10/15/2007