EventTrusteeChangeStruct

Returns for EVENT_TRUSTEE_CHANGE

Service:Advanced
Defined In:nwadv.h

Structure

  struct EventTrusteeChangeStruct { 
     LONG   objectID ; 
     LONG   entryID ; 
     LONG   volumeNumber ; 
     LONG   changeFlags ; 
     LONG   newRights ; 
  };
  

Fields

objectID

Specifies the bindery object ID of the trustee being changed.

entryID

Specifies the directory number of the file or directory that is having the trustee changed.

volumeNumber

Specifies on which volume the entry is located.

changeFlags

Specifies the type of change:

  • 1 EVENT_NEW_TRUSTEE
  • 2 EVENT_REMOVE_TRUSTEE
  • 4 EVENT_TRUSTEE_RIGHTS_MODIFIED
newRights

Specifies the new trustee’s rights.