#[repr(C)]pub struct DDHAL_SETOVERLAYPOSITIONDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_GBL,
pub lpDDSrcSurface: *mut DDRAWI_DDRAWSURFACE_LCL,
pub lpDDDestSurface: *mut DDRAWI_DDRAWSURFACE_LCL,
pub lXPos: i32,
pub lYPos: i32,
pub ddRVal: HRESULT,
pub SetOverlayPosition: LPDDHALSURFCB_SETOVERLAYPOSITION,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_GBLlpDDSrcSurface: *mut DDRAWI_DDRAWSURFACE_LCLlpDDDestSurface: *mut DDRAWI_DDRAWSURFACE_LCLlXPos: i32lYPos: i32ddRVal: HRESULTSetOverlayPosition: LPDDHALSURFCB_SETOVERLAYPOSITION