close_warn_t

Contains information about an FSHOOK_TYPE_CLOSE_WARN event.

Service:
Defined In:fshooks.h

Structure

  typedef struct
  {
     uint32_t     enterExitID;
     uint32_t     slotID;
     zkey_t       key;
     uint32_t     fhState;
     timeinfo_t   times;
  } close_warn_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.

slotID

Contains the connection number of the entity that caused the event.

key

Contains the key to the file.

fhState

times

Contains the created, last accessed, modified, and metadata modified times.

Remarks

You can use the RxIdentifyCode function to obtain more information about the file system object that is the target of the event