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 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_NONEValue: 0 The SDO computer is running in stand-alone mode. |
DOMAIN_TYPE_NT4Not supported. |
DOMAIN_TYPE_NT5The SDO computer is part of a Windows domain running in native mode. |
DOMAIN_TYPE_MIXEDThe 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 |