DDHAL_CREATEVPORTDATA (Windows CE 5.0)
This structure contains information necessary to create a video port. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) CreateVideoPort callback function.
typedef struct _DDHAL_CREATEVPORTDATA {LPDDRAWI_DIRECTDRAW_LCLlpDD;LPDDVIDEOPORTDESClpDDVideoPortDesc;LPDDRAWI_DDVIDEOPORT_LCLlpVideoPort;HRESULTddRVal;LPDDHALVPORTCB_CREATEVIDEOPORTCreateVideoPort;} DDHAL_CREATEVPORTDATA;
Members
- lpDD**
Pointer to the DDRAWI_DIRECTDRAW_LCL structure that represents the DirectDraw object. - lpDDVideoPortDesc**
Pointer to a DDVIDEOPORTDESC structure that describes the video port object being created. - lpVideoPort**
Pointer to the DDRAWI_DDVIDEOPORT_LCL structure that represents this video port. - ddRVal**
Passes the DirectDraw return values. - CreateVideoPort**
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
CreateVideoPort | DDRAWI_DIRECTDRAW_LCL | DDVIDEOPORTDESC | Video Port Structures
Send Feedback on this topic to the authors