file_name: bool = falsedir_name: bool = falseattributes: bool = falsesize: bool = falselast_write: bool = falselast_access: bool = falsecreation: bool = falseea: bool = falsesecurity: bool = falsestream_name: bool = falsestream_size: bool = falsestream_write: bool = false_pad: u20 = 0pub const FileNotifyChangeFilter = packed struct(DWORD) {
file_name: bool = false,
dir_name: bool = false,
attributes: bool = false,
size: bool = false,
last_write: bool = false,
last_access: bool = false,
creation: bool = false,
ea: bool = false,
security: bool = false,
stream_name: bool = false,
stream_size: bool = false,
stream_write: bool = false,
_pad: u20 = 0,
}