Struct windows_sys::Win32::System::Ioctl::CHANGER_PRODUCT_DATA
#[repr(C)]pub struct CHANGER_PRODUCT_DATA {
pub VendorId: [u8; 8],
pub ProductId: [u8; 16],
pub Revision: [u8; 4],
pub SerialNumber: [u8; 32],
pub DeviceType: u8,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§VendorId: [u8; 8]
§ProductId: [u8; 16]
§Revision: [u8; 4]
§SerialNumber: [u8; 32]
§DeviceType: u8