Audit Resource Access Level 2
struct ae_resaccess2 {
unsigned short ae_ra2_compname; /* offset */
unsigned short ae_ra2_username; /* offset */
unsigned short ae_ra2_resname; /* offset */
unsigned short ae_ra2_operation;
unsigned short ae_ra2_returncode;
unsigned short ae_ra2_restype;
unsigned long ae_ra2_fileid;
};
where:
- The first 6 fields in this data structure are identical
to those in the previous level.
- ae_ra2_fileid gives the server identification
number of a file. It is given as an unsigned long value, rather than as
an unsigned short as in the ae_resaccess structure.
[Back: Audit Resource Access Level 1]
[Next: Audit Resource Access Rejected]