| 244 | #[repr(C)] |
| 245 | #[derive(Copy, Clone, Default)] |
| 246 | pub struct REQUEST_OPLOCK_INPUT_BUFFER { |
| 247 | pub structure_version: u16, |
| 248 | pub structure_length: u16, |
| 249 | pub requested_oplock_level: u32, |
| 250 | pub flags: u32, |
| 251 | } |
| 252 | |
| 253 | #[repr(C)] |
| 254 | #[derive(Copy, Clone, Default)] |
nothing calls this directly
no outgoing calls
no test coverage detected