setsize_report_t

Contains information about an FSHOOK_TYPE_SETDATASIZE_REPORT event.

Service:
Defined In:fshooks.h

Structure

  typedef struct
  {
     uint32_t   enterExitID; 
     int        enterRetStatus;
     int        opRetCode;
     uint64_t   newEOF;
  } setsize_report_t;
  

Fields

enterExitID

Associates the warn and report events of the operation and is same value on the warn and report events of the same operation, but unique across operations.

enterRetStatus

Indicates whether the event was successful, with 0 indicating success. If nonzero, the security authority prevented the event from occurring.

opRetCode

Indicates whether the operation was successful, with 0 indicating success and nonzero an error.

newEOF

Contains the byte offset of the current end of file.