2.2.3.35 CLUSCTL_RESOURCE_NETNAME_CHECK_OU_PERMISSIONS_OUTPUT
The CLUSCTL_RESOURCE_NETNAME_CHECK_OU_PERMISSIONS_OUTPUT structure SHOULD<32> indicate whether the server has access as requested. It is a custom-marshaled structure that contains the following fields.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bHasAccess |
|||||||||||||||||||||||||||||||
bDefaultOU |
|||||||||||||||||||||||||||||||
OUSize |
|||||||||||||||||||||||||||||||
OUName (variable) |
|||||||||||||||||||||||||||||||
... |
bHasAccess (4 bytes): Set to 0x00000001 if the server has access to the directory server sufficient to create a computer object and read all properties for a computer object; otherwise, it is set to 0x00000000.
bDefaultOU (4 bytes): Set to 0x00000001 if the access request is for the default organizational unit on the directory server; otherwise, it is set to 0x00000000.
OUSize (4 bytes): The number of bytes in OUName.
OUName (variable): A null-terminated Unicode string containing the name of the directory server organizational unit for which access was checked.