2.2.8.4.4 SMB_SET_FILE_DISPOSITION_INFO

This information level structure is used in TRANS2_SET_PATH_INFORMATION (section 2.2.6.7) and TRANS2_SET_FILE_INFORMATION (section 2.2.6.9) requests to mark or unmark the file specified in the request for deletion.<183>

 SMB_SET_FILE_DISPOSITION_INFO 
   {
   UCHAR DeletePending;
   }

DeletePending: (1 byte): An 8-bit field that is set to 0x01 to indicate that a file SHOULD be deleted when it is closed; otherwise, to 0x00.