Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The GetVideoSignalStatuscallback function indicates whether or not the video port is receiving a good signal.
DWORD __stdcall GetVideoSignalStatus( LPDDHAL_GETVPORTSIGNALDATA pgvpsd );
Parameters
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_GETVPORTSIGNALDATAstructure to DDVPSQ_SIGNALOK; otherwise, it should set dwStatus to DDVPSQ_NOSIGNAL.
Last updated on Tuesday, July 13, 2004