DDHAL_GETVPORTCONNECTDATA (Windows CE 5.0)
This structure contains the connection combinations supported by the specified video port. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) GetVideoPortConnectInfo callback function.
typedef struct _DDHAL_GETVPORTCONNECTDATA {LPDDRAWI_DIRECTDRAW_LCLlpDD;DWORDdwPortId;LPDDVIDEOPORTCONNECTlpConnect;DWORDdwNumEntries;HRESULTddRVal;LPDDHALVPORTCB_GETVPORTCONNECTGetVideoPortConnectInfo;} DDHAL_GETVPORTCONNECTDATA;
Members
- lpDD
Pointer to the DDRAWI_DIRECTDRAW_LCL structure that represents the DirectDraw object. - dwPortId**
Contains the ID of the desired video port. - lpConnect**
Pointer to a DDVIDEOPORTCONNECT structure that describes the characteristics of the video port. - dwNumEntries**
Indicates the number of connection combinations supported by the specified video port. - ddRVal**
Passes the DirectDraw return values. - GetVideoPortConnectInfo**
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
GetVideoPortConnectInfo | DDRAWI_DIRECTDRAW_LCL | DDVIDEOPORTCONNECT | Video Port Structures
Send Feedback on this topic to the authors