Struct windows_sys::Win32::Graphics::DirectDraw::DD_VIDEOPORTCALLBACKS
[−]#[repr(C)]pub struct DD_VIDEOPORTCALLBACKS {Show 18 fields
pub dwSize: u32,
pub dwFlags: u32,
pub CanCreateVideoPort: PDD_VPORTCB_CANCREATEVIDEOPORT,
pub CreateVideoPort: PDD_VPORTCB_CREATEVIDEOPORT,
pub FlipVideoPort: PDD_VPORTCB_FLIP,
pub GetVideoPortBandwidth: PDD_VPORTCB_GETBANDWIDTH,
pub GetVideoPortInputFormats: PDD_VPORTCB_GETINPUTFORMATS,
pub GetVideoPortOutputFormats: PDD_VPORTCB_GETOUTPUTFORMATS,
pub lpReserved1: *mut c_void,
pub GetVideoPortField: PDD_VPORTCB_GETFIELD,
pub GetVideoPortLine: PDD_VPORTCB_GETLINE,
pub GetVideoPortConnectInfo: PDD_VPORTCB_GETVPORTCONNECT,
pub DestroyVideoPort: PDD_VPORTCB_DESTROYVPORT,
pub GetVideoPortFlipStatus: PDD_VPORTCB_GETFLIPSTATUS,
pub UpdateVideoPort: PDD_VPORTCB_UPDATE,
pub WaitForVideoPortSync: PDD_VPORTCB_WAITFORSYNC,
pub GetVideoSignalStatus: PDD_VPORTCB_GETSIGNALSTATUS,
pub ColorControl: PDD_VPORTCB_COLORCONTROL,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’
Fields
dwSize: u32dwFlags: u32CanCreateVideoPort: PDD_VPORTCB_CANCREATEVIDEOPORTCreateVideoPort: PDD_VPORTCB_CREATEVIDEOPORTFlipVideoPort: PDD_VPORTCB_FLIPGetVideoPortBandwidth: PDD_VPORTCB_GETBANDWIDTHGetVideoPortInputFormats: PDD_VPORTCB_GETINPUTFORMATSGetVideoPortOutputFormats: PDD_VPORTCB_GETOUTPUTFORMATSlpReserved1: *mut c_voidGetVideoPortField: PDD_VPORTCB_GETFIELDGetVideoPortLine: PDD_VPORTCB_GETLINEGetVideoPortConnectInfo: PDD_VPORTCB_GETVPORTCONNECTDestroyVideoPort: PDD_VPORTCB_DESTROYVPORTGetVideoPortFlipStatus: PDD_VPORTCB_GETFLIPSTATUSUpdateVideoPort: PDD_VPORTCB_UPDATEWaitForVideoPortSync: PDD_VPORTCB_WAITFORSYNCGetVideoSignalStatus: PDD_VPORTCB_GETSIGNALSTATUSColorControl: PDD_VPORTCB_COLORCONTROL