Struct windows_sys::Win32::System::Ioctl::DEVICEDUMP_STRUCTURE_VERSION
#[repr(C, packed(1))]pub struct DEVICEDUMP_STRUCTURE_VERSION {
pub dwSignature: u32,
pub dwVersion: u32,
pub dwSize: u32,
}Expand description
Required features: "Win32_System_Ioctl"
Fields§
§dwSignature: u32§dwVersion: u32§dwSize: u32