Package com.sun.jna.platform.win32
Schnittstelle DsGetDC
public interface DsGetDC
Ported from DsGetDC.h. Windows SDK 6.0a
- Autor:
- dblock[at]dblock.org
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic class
The DOMAIN_CONTROLLER_INFO structure is used with the DsGetDcName function to receive data about a domain controller.static class
The DS_DOMAIN_TRUSTS structure is used with the DsEnumerateDomainTrusts function to contain trust data for a domain.static class
Pointer to DOMAIN_CONTROLLER_INFO. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Domain is directly trusting.static final int
Domain is directly trusted.static final int
Domain is a member of the forest.static final int
Primary domain is running in native mode.static final int
Domain is the primary domain of queried server.static final int
Domain is root of a tree in the forest.static final int
Valid domain flags.
-
Felddetails
-
DS_DOMAIN_IN_FOREST
static final int DS_DOMAIN_IN_FORESTDomain is a member of the forest.- Siehe auch:
-
DS_DOMAIN_DIRECT_OUTBOUND
static final int DS_DOMAIN_DIRECT_OUTBOUNDDomain is directly trusted.- Siehe auch:
-
DS_DOMAIN_TREE_ROOT
static final int DS_DOMAIN_TREE_ROOTDomain is root of a tree in the forest.- Siehe auch:
-
DS_DOMAIN_PRIMARY
static final int DS_DOMAIN_PRIMARYDomain is the primary domain of queried server.- Siehe auch:
-
DS_DOMAIN_NATIVE_MODE
static final int DS_DOMAIN_NATIVE_MODEPrimary domain is running in native mode.- Siehe auch:
-
DS_DOMAIN_DIRECT_INBOUND
static final int DS_DOMAIN_DIRECT_INBOUNDDomain is directly trusting.- Siehe auch:
-
DS_DOMAIN_VALID_FLAGS
static final int DS_DOMAIN_VALID_FLAGSValid domain flags.- Siehe auch:
-