Struct windows_sys::Win32::Media::KernelStreaming::KSDISPLAYCHANGE
#[repr(C)]pub struct KSDISPLAYCHANGE {
pub PelsWidth: u32,
pub PelsHeight: u32,
pub BitsPerPel: u32,
pub DeviceID: [u16; 1],
}Expand description
Required features: "Win32_Media_KernelStreaming"
Fields§
§PelsWidth: u32§PelsHeight: u32§BitsPerPel: u32§DeviceID: [u16; 1]