Contains a directory trustee with the object rights
typedef struct {
nuint32 objectID ;
nuint16 objectRights ;
} TRUSTEE_INFO;
uses calwin32
TRUSTEE_INFO = packed Record
objectID : nuint32;
objectRights : nuint16;
reserved : nuint16;
End;
Specifies the ID of the object.
Specifies the rights the object has on a directory.