GetVideoPortConnectInfo (Windows CE 5.0)
This callback function fills the specified array with all of the connection combinations supported by the specified video port and puts that number in the dwNumEntries member of the DDHAL_GETVPORTCONNECTDATA structure. If the lpConnect member of DDHAL_GETVPORTCONNECTDATA is NULL, it only fills dwNumEntries with the number of DDVIDEOPORTCONNECT entries supported.
DWORD GetVideoPortConnectInfo(LPDDHAL_GETVPORTCONNECTDATApgvpcd);
Parameters
- pgvpcd
[in, out] Pointer to a DDHAL_GETVPORTCONNECTDATA structure that contains the information required to get the video port connection data.
Return Values
Returns one of the following values:
Requirements
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddrawi.h.
Link Library: Developer implemented.
See Also
Video Port Extension Callback Functions | DDHAL_GETVPORTCONNECTDATA | DDHAL_GETVPORTCONNECTDATA | DDVIDEOPORTCONNECT | DDHAL_DRIVER_HANDLED | DDHAL_DRIVER_NOTHANDLED
Send Feedback on this topic to the authors