Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The TRUSTEE_TYPE enumeration contains values that indicate the type of trustee identified by a TRUSTEE structure.
Syntax
typedef enum _TRUSTEE_TYPE {
TRUSTEE_IS_UNKNOWN,
TRUSTEE_IS_USER,
TRUSTEE_IS_GROUP,
TRUSTEE_IS_DOMAIN,
TRUSTEE_IS_ALIAS,
TRUSTEE_IS_WELL_KNOWN_GROUP,
TRUSTEE_IS_DELETED,
TRUSTEE_IS_INVALID,
TRUSTEE_IS_COMPUTER
} TRUSTEE_TYPE;
Constants
TRUSTEE_IS_UNKNOWNThe trustee type is unknown, but it may be valid. |
TRUSTEE_IS_USERIndicates a user. |
TRUSTEE_IS_GROUPIndicates a group. |
TRUSTEE_IS_DOMAINIndicates a domain. |
TRUSTEE_IS_ALIASIndicates an alias. |
TRUSTEE_IS_WELL_KNOWN_GROUPIndicates a well-known group. |
TRUSTEE_IS_DELETEDIndicates a deleted account. |
TRUSTEE_IS_INVALIDIndicates a trustee type that is not valid. |
TRUSTEE_IS_COMPUTERIndicates a computer. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | accctrl.h |