2.2.3.16 DOMAIN_INFORMATION_CLASS
The DOMAIN_INFORMATION_CLASS enumeration indicates how to interpret the Buffer parameter for SamrSetInformationDomain and SamrQueryInformationDomain. For a list of associated structures, see section 2.2.3.17.
-
typedef enum _DOMAIN_INFORMATION_CLASS { DomainPasswordInformation = 1, DomainGeneralInformation = 2, DomainLogoffInformation = 3, DomainOemInformation = 4, DomainNameInformation = 5, DomainReplicationInformation = 6, DomainServerRoleInformation = 7, DomainModifiedInformation = 8, DomainStateInformation = 9, DomainGeneralInformation2 = 11, DomainLockoutInformation = 12, DomainModifiedInformation2 = 13 } DOMAIN_INFORMATION_CLASS;
DomainPasswordInformation: Indicates the Buffer parameter is to be interpreted as a DOMAIN_PASSWORD_INFORMATION structure (see section 2.2.3.5).
DomainGeneralInformation: Indicates the Buffer parameter is to be interpreted as a SAMPR_DOMAIN_GENERAL_INFORMATION structure (see section 2.2.3.10).
DomainLogoffInformation: Indicates the Buffer parameter is to be interpreted as a DOMAIN_LOGOFF_INFORMATION structure (see section 2.2.3.6).
DomainOemInformation: Indicates the Buffer parameter is to be interpreted as a SAMPR_DOMAIN_OEM_INFORMATION structure (see section 2.2.3.12).
DomainNameInformation: Indicates the Buffer parameter is to be interpreted as a SAMPR_DOMAIN_NAME_INFORMATION structure (see section 2.2.3.13).
DomainReplicationInformation: Indicates the Buffer parameter is to be interpreted as a SAMPR_DOMAIN_REPLICATION_INFORMATION structure (see section 2.2.3.14).
DomainServerRoleInformation: Indicates the Buffer parameter is to be interpreted as a DOMAIN_SERVER_ROLE_INFORMATION structure (see section 2.2.3.7).
DomainModifiedInformation: Indicates the Buffer parameter is to be interpreted as a DOMAIN_MODIFIED_INFORMATION structure (see section 2.2.3.8).
DomainStateInformation: Indicates the Buffer parameter is to be interpreted as a DOMAIN_STATE_INFORMATION structure (see section 2.2.3.3).
DomainGeneralInformation2: Indicates the Buffer parameter is to be interpreted as a SAMPR_DOMAIN_GENERAL_INFORMATION2 structure (see section 2.2.3.11).
DomainLockoutInformation: Indicates the Buffer parameter is to be interpreted as a SAMPR_DOMAIN_LOCKOUT_INFORMATION structure (see section 2.2.3.15).
DomainModifiedInformation2: Indicates the Buffer parameter is to be interpreted as a DOMAIN_MODIFIED_INFORMATION2 structure (see section 2.2.3.9).