DDHAL_VPORTCOLORDATA (Windows CE 5.0)
This structure contains the video port color control information. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) HalColorControl (video port control callback) function.
typedef struct _DDHAL_VPORTCOLORDATA {LPDDRAWI_DIRECTDRAW_LCLlpDD;LPDDRAWI_DDVIDEOPORT_LCLlpVideoPort;DWORDdwFlags;LPDDCOLORCONTROLlpColorData;HRESULTddRVal;LPDDHALVPORTCB_COLORCONTROLColorControl;} DDHAL_VPORTCOLORDATA;
Members
lpDD**
Pointer to the DDRAWI_DIRECTDRAW_LCL structure that represents the DirectDraw object.lpVideoPort**
Pointer to the DDRAWI_DDVIDEOPORT_LCL structure that represents this video port.dwFlags**
Indicates the video port signal status.The following table shows the possible flags.
Flag Description DDRAWI_VPORTGETCOLOR Gets the current video port color controls. DDRAWI_VPORTSETCOLOR Sets new values for the video port color controls. lpColorData**
Pointer to a DDCOLORCONTROL structure that defines the color control associated with the video port surface.ddRVal**
Passes the DirectDraw return values.ColorControl**
This member is used by DirectDraw and should not be filled in by the driver.
Requirements
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddrawi.h.
See Also
DDRAWI_DIRECTDRAW_LCL | DDRAWI_DDVIDEOPORT_LCL | DDCOLORCONTROL | HalColorControl (video port control callback) | Video Port Structures
Send Feedback on this topic to the authors