TRUSTEE_INFO

Contains a directory trustee with the object rights

Service:File System
Defined In:nwdirect.h

Structure

   typedef struct { 
      nuint32   objectID ; 
      nuint16   objectRights ; 
   } TRUSTEE_INFO;
   

Delphi Structure

   uses calwin32  
    
   TRUSTEE_INFO = packed Record 
      objectID : nuint32; 
      objectRights : nuint16;
      reserved : nuint16; 
   End;
   

Fields

objectID

Specifies the ID of the object.

objectRights

Specifies the rights the object has on a directory.