GetVideoSignalStatus (Windows CE 5.0)
This callback function indicates whether or not the video port is receiving a good signal.
DWORD GetVideoSignalStatus(LPDDHAL_GETVPORTSIGNALDATApgvpsd);
Parameters
- pgvpsd
[in, out] Pointer to a DDHAL_GETVPORTSIGNALDATA structure that contains the signal status information for the specified video port.
Return Values
Returns one of the following values:
Remarks
If the video port is receiving a good signal, the HAL should set the dwStatus member of the DDHAL_GETVPORTSIGNALDATA structure to DDVPSQ_SIGNALOK; otherwise, it should set dwStatus to DDVPSQ_NOSIGNAL.
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_GETVPORTSIGNALDATA | DDHAL_DRIVER_HANDLED | DDHAL_DRIVER_NOTHANDLED
Send Feedback on this topic to the authors