CanCreateVideoPort (Windows CE 5.0)
This callback function indicates whether a video port with the specified description can be created. This callback function is required.
DWORD CanCreateVideoPort(LPDDHAL_CANCREATEVPORTDATApccvpd);
Parameters
- pccvpd
[in, out] Pointer to a DDHAL_CANCREATEVPORTDATA structure that contains the information required for the driver to determine whether a video port can be created.
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_CANCREATEVPORTDATA | DDHAL_DRIVER_HANDLED | DDHAL_DRIVER_NOTHANDLED
Send Feedback on this topic to the authors