Struct windows_sys::Win32::Graphics::DirectDraw::DDHAL_UPDATEVPORTDATA
[−]#[repr(C)]pub struct DDHAL_UPDATEVPORTDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL,
pub lpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCL,
pub lplpDDSurface: *mut *mut DDRAWI_DDRAWSURFACE_INT,
pub lplpDDVBISurface: *mut *mut DDRAWI_DDRAWSURFACE_INT,
pub lpVideoInfo: *mut DDVIDEOPORTINFO,
pub dwFlags: u32,
pub dwNumAutoflip: u32,
pub dwNumVBIAutoflip: u32,
pub ddRVal: HRESULT,
pub UpdateVideoPort: LPDDHALVPORTCB_UPDATE,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_LCLlpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCLlplpDDSurface: *mut *mut DDRAWI_DDRAWSURFACE_INTlplpDDVBISurface: *mut *mut DDRAWI_DDRAWSURFACE_INTlpVideoInfo: *mut DDVIDEOPORTINFOdwFlags: u32dwNumAutoflip: u32dwNumVBIAutoflip: u32ddRVal: HRESULTUpdateVideoPort: LPDDHALVPORTCB_UPDATE