Struct windows_sys::Win32::System::SystemServices::TAPE_WMI_OPERATIONS
[−]#[repr(C)]pub struct TAPE_WMI_OPERATIONS {
pub Method: u32,
pub DataBufferSize: u32,
pub DataBuffer: *mut c_void,
}Expand description
Required features: ‘Win32_System_SystemServices’
Fields
Method: u32DataBufferSize: u32DataBuffer: *mut c_void