IASDOMAINTYPE enumeration (sdoias.h)

The values of the IASDOMAINTYPE enumeration type specify whether the SDO computer is part of a domain, and if so, what type of domain.

Syntax

typedef enum _DOMAINTYPE {
  DOMAIN_TYPE_NONE = 0,
  DOMAIN_TYPE_NT4,
  DOMAIN_TYPE_NT5,
  DOMAIN_TYPE_MIXED
} IASDOMAINTYPE, *PIASDOMAINTYPE;

Constants

 
DOMAIN_TYPE_NONE
Value: 0
The SDO computer is running in stand-alone mode.
DOMAIN_TYPE_NT4
Not supported.
DOMAIN_TYPE_NT5
The SDO computer is part of a Windows domain running in native mode.
DOMAIN_TYPE_MIXED
The SDO computer is part of a Windows domain running in mixed mode.

Requirements

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

See also

IASOSTYPE

ISdoMachine::GetDomainType