#[repr(C)]pub struct DDHAL_WAITFORVPORTSYNCDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL,
pub lpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCL,
pub dwFlags: u32,
pub dwLine: u32,
pub dwTimeOut: u32,
pub ddRVal: HRESULT,
pub WaitForVideoPortSync: LPDDHALVPORTCB_WAITFORSYNC,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_LCLlpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCLdwFlags: u32dwLine: u32dwTimeOut: u32ddRVal: HRESULTWaitForVideoPortSync: LPDDHALVPORTCB_WAITFORSYNC