Struct windows_sys::Win32::Media::Audio::WAVEINCAPS2W
#[repr(C, packed(1))]pub struct WAVEINCAPS2W {
pub wMid: u16,
pub wPid: u16,
pub vDriverVersion: u32,
pub szPname: [u16; 32],
pub dwFormats: u32,
pub wChannels: u16,
pub wReserved1: u16,
pub ManufacturerGuid: GUID,
pub ProductGuid: GUID,
pub NameGuid: GUID,
}
Expand description
Required features: "Win32_Media_Audio"
Fields§
§wMid: u16
§wPid: u16
§vDriverVersion: u32
§szPname: [u16; 32]
§dwFormats: u32
§wChannels: u16
§wReserved1: u16
§ManufacturerGuid: GUID
§ProductGuid: GUID
§NameGuid: GUID