Struct windows_sys::Win32::Graphics::DirectDraw::DDSETSTATEOUTINFO
[−]#[repr(C)]pub struct DDSETSTATEOUTINFO {
pub bSoftwareAutoflip: BOOL,
pub dwSurfaceIndex: u32,
pub dwVBISurfaceIndex: u32,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’
Fields
bSoftwareAutoflip: BOOLdwSurfaceIndex: u32dwVBISurfaceIndex: u32