public interface DsGetDC
Modifier and Type | Interface | Description |
---|---|---|
static class |
DsGetDC.DOMAIN_CONTROLLER_INFO |
The DOMAIN_CONTROLLER_INFO structure is used with the DsGetDcName
function to receive data about a domain controller.
|
static class |
DsGetDC.DS_DOMAIN_TRUSTS |
The DS_DOMAIN_TRUSTS structure is used with the DsEnumerateDomainTrusts
function to contain trust data for a domain.
|
static class |
DsGetDC.PDOMAIN_CONTROLLER_INFO |
Pointer to DOMAIN_CONTROLLER_INFO.
|
Modifier and Type | Field | Description |
---|---|---|
static int |
DS_DOMAIN_DIRECT_INBOUND |
Domain is directly trusting.
|
static int |
DS_DOMAIN_DIRECT_OUTBOUND |
Domain is directly trusted.
|
static int |
DS_DOMAIN_IN_FOREST |
Domain is a member of the forest.
|
static int |
DS_DOMAIN_NATIVE_MODE |
Primary domain is running in native mode.
|
static int |
DS_DOMAIN_PRIMARY |
Domain is the primary domain of queried server.
|
static int |
DS_DOMAIN_TREE_ROOT |
Domain is root of a tree in the forest.
|
static int |
DS_DOMAIN_VALID_FLAGS |
Valid domain flags.
|
static final int DS_DOMAIN_IN_FOREST
static final int DS_DOMAIN_DIRECT_OUTBOUND
static final int DS_DOMAIN_TREE_ROOT
static final int DS_DOMAIN_PRIMARY
static final int DS_DOMAIN_NATIVE_MODE
static final int DS_DOMAIN_DIRECT_INBOUND
static final int DS_DOMAIN_VALID_FLAGS