DDHAL_CANCREATEVPORTDATA (Windows CE 5.0)
This structure contains information necessary to indicate whether a video port can be created. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) CanCreateVideoPort callback function.
typedef struct _DDHAL_CANCREATEVPORTDATA {LPDDRAWI_DIRECTDRAW_LCLlpDD;LPDDVIDEOPORTDESClpDDVideoPortDesc;HRESULTddRVal;LPDDHALVPORTCB_CANCREATEVIDEOPORTCanCreateVideoPort;} DDHAL_CANCREATEVPORTDATA;
Members
- lpDD
Pointer to the DDRAWI_DIRECTDRAW_LCL structure that represents the DirectDraw object. - lpDDVideoPortDesc**
Pointer to a DDVIDEOPORTDESC structure that contains a description of the video port being created. - ddRVal**
Passes the DirectDraw return values. - CanCreateVideoPort**
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
CanCreateVideoPort | DDRAWI_DIRECTDRAW_LCL | DDVIDEOPORTDESC | Video Port Structures
Send Feedback on this topic to the authors