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: u32PelsHeight: u32BitsPerPel: u32DeviceID: [u16; 1]