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

Class REQUEST_OPLOCK_INPUT_BUFFER

dumpy/data/src/lib.rs:246–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244#[repr(C)]
245#[derive(Copy, Clone, Default)]
246pub 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)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected