Overview
Group
Quick Info

Windows NT
Yes
Win95
No
Win32s
No
Import Library

Header File
accctrl.h
Unicode
WinNT
Platform Notes
None

TRUSTEE_TYPE

[New - Windows NT]

The TRUSTEE_TYPE enumeration type contains values that indicate the type of trustee identified by a TRUSTEE structure.

typedef enum _TRUSTEE_TYPE

{

TRUSTEE_IS_UNKNOWN,

TRUSTEE_IS_USER,

TRUSTEE_IS_GROUP,

} TRUSTEE_TYPE;

Enumerator
Meaning
TRUSTEE_IS_UNKNOWN
The trustee type is unknown, but not necessarily invalid. The functions that use TRUSTEE structures do not validate the trustee type information.
TRUSTEE_IS_USER
The trustee account is a user account.
TRUSTEE_IS_GROUP
The trustee account is a group account.

See Also

TRUSTEE

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples