Microsoft Windows CE 3.0  

GetVideoSignalStatus

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

pgvpsd
Pointer to a DDHAL_GETVPORTSIGNALDATAstructure that contains the signal status information for the specified video port.

Return Values

Returns one of the following values:

  • DDHAL_DRIVER_HANDLED
  • DDHAL_DRIVER_NOTHANDLED

    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

    © 2004 Microsoft Corporation. All rights reserved.