MCPcopy Create free account
hub / github.com/Kudaes/Dumpy / REQUEST_OPLOCK_OUTPUT_BUFFER

Class REQUEST_OPLOCK_OUTPUT_BUFFER

dumpy/data/src/lib.rs:255–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253#[repr(C)]
254#[derive(Copy, Clone, Default)]
255pub struct REQUEST_OPLOCK_OUTPUT_BUFFER {
256 pub structure_version: u16,
257 pub structure_length: u16,
258 pub original_oplock_level: u32,
259 pub new_oplock_level: u32,
260 pub flags: u32,
261 pub access_mode: u32,
262 pub share_mode: u16,
263}
264
265#[repr(C)]
266pub struct FILE_PROCESS_IDS_USING_FILE_INFORMATION {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected