ホーム › Security.Authentication.Identity › LSA_LOOKUP_DOMAIN_INFO_CLASS
LSA_LOOKUP_DOMAIN_INFO_CLASS
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| AccountDomainInformation | 5 | 0x5 |
| DnsDomainInformation | 12 | 0xC |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum LSA_LOOKUP_DOMAIN_INFO_CLASS : int {
AccountDomainInformation = 5,
DnsDomainInformation = 12
} LSA_LOOKUP_DOMAIN_INFO_CLASS;public enum LSA_LOOKUP_DOMAIN_INFO_CLASS : int
{
AccountDomainInformation = 5,
DnsDomainInformation = 12,
}Public Enum LSA_LOOKUP_DOMAIN_INFO_CLASS As Integer
AccountDomainInformation = 5
DnsDomainInformation = 12
End Enumimport enum
class LSA_LOOKUP_DOMAIN_INFO_CLASS(enum.IntEnum):
AccountDomainInformation = 5
DnsDomainInformation = 12// LSA_LOOKUP_DOMAIN_INFO_CLASS
pub const AccountDomainInformation: i32 = 5;
pub const DnsDomainInformation: i32 = 12;// LSA_LOOKUP_DOMAIN_INFO_CLASS
const (
AccountDomainInformation int32 = 5
DnsDomainInformation int32 = 12
)const
AccountDomainInformation = 5;
DnsDomainInformation = 12;// LSA_LOOKUP_DOMAIN_INFO_CLASS
pub const AccountDomainInformation: i32 = 5;
pub const DnsDomainInformation: i32 = 12;const
AccountDomainInformation* = 5
DnsDomainInformation* = 12enum LSA_LOOKUP_DOMAIN_INFO_CLASS : int {
AccountDomainInformation = 5,
DnsDomainInformation = 12,
}#define global AccountDomainInformation 0x5
#define global DnsDomainInformation 0xC