CLUS_NETNAME_PWD_INFO structure (clusapi.h)
Provides information for resetting the security principal associated with a computer name.
Syntax
typedef struct CLUS_NETNAME_PWD_INFO {
DWORD Flags;
WCHAR Password[MAX_CO_PASSWORD_LENGTH];
WCHAR CreatingDC[MAX_CREATINGDC_LENGTH + 2];
WCHAR ObjectGuid[MAX_OBJECTID];
} CLUS_NETNAME_PWD_INFO, *PCLUS_NETNAME_PWD_INFO, CLUS_RLUA_PWD_INFO, *PCLUS_RLUA_PWD_INFO;
Members
Flags
Indicates if other fields in the structure have valid data.
Password[MAX_CO_PASSWORD_LENGTH]
Contains the new password for the alternate computer name's associated security principal.
CreatingDC[MAX_CREATINGDC_LENGTH + 2]
Contains the name of a directory server where the associated security principal object is stored. The total length includes the '\' prefix.
ObjectGuid[MAX_OBJECTID]
Contains the ID of a security principal object on a directory server.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |
Header | clusapi.h |