Struct windows_sys::Win32::Graphics::DirectDraw::DD_SURFACE_GLOBAL
[−]#[repr(C)]pub struct DD_SURFACE_GLOBAL {
pub Anonymous1: DD_SURFACE_GLOBAL_0,
pub Anonymous2: DD_SURFACE_GLOBAL_1,
pub fpVidMem: usize,
pub Anonymous3: DD_SURFACE_GLOBAL_2,
pub yHint: i32,
pub xHint: i32,
pub wHeight: u32,
pub wWidth: u32,
pub dwReserved1: usize,
pub ddpfSurface: DDPIXELFORMAT,
pub fpHeapOffset: usize,
pub hCreatorProcess: HANDLE,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’
Fields
Anonymous1: DD_SURFACE_GLOBAL_0Anonymous2: DD_SURFACE_GLOBAL_1fpVidMem: usizeAnonymous3: DD_SURFACE_GLOBAL_2yHint: i32xHint: i32wHeight: u32wWidth: u32dwReserved1: usizeddpfSurface: DDPIXELFORMATfpHeapOffset: usizehCreatorProcess: HANDLE