#[repr(C)]pub struct DDHAL_GETVPORTINPUTFORMATDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL,
pub lpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCL,
pub dwFlags: u32,
pub lpddpfFormat: *mut DDPIXELFORMAT,
pub dwNumFormats: u32,
pub ddRVal: HRESULT,
pub GetVideoPortInputFormats: LPDDHALVPORTCB_GETINPUTFORMATS,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_LCLlpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCLdwFlags: u32lpddpfFormat: *mut DDPIXELFORMATdwNumFormats: u32ddRVal: HRESULTGetVideoPortInputFormats: LPDDHALVPORTCB_GETINPUTFORMATS