Struct windows_sys::Win32::Media::KernelStreaming::KSCOMPONENTID
[−]#[repr(C)]pub struct KSCOMPONENTID {
pub Manufacturer: GUID,
pub Product: GUID,
pub Component: GUID,
pub Name: GUID,
pub Version: u32,
pub Revision: u32,
}Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
Manufacturer: GUIDProduct: GUIDComponent: GUIDName: GUIDVersion: u32Revision: u32