I have a display driver, which can power off the display, if Windows CE asks
for this. for this, it uses the VIDEO_POWER_STATE structure.

Now I want to write a test-program, which runs on my device and sends the
command to Windows CE to power off the display, so that Windows CE sends the
command to the driver.
How can I do this? Any ideas or concepts?

Thanks,
Eike

Re: VIDEO_POWER_STATE How to tell WinCE to power off video? by Dean

Dean
Wed Sep 26 09:37:49 CDT 2007

Look at CreateDC/ExtEscape in the documentation.

--
Dean Ramsier - eMVP
BSQUARE Corporation


"Eike" <Eike@discussions.microsoft.com> wrote in message
news:FEB7BB9F-2DE9-4CC1-A3DA-385E4EFDEAFF@microsoft.com...
>I have a display driver, which can power off the display, if Windows CE
>asks
> for this. for this, it uses the VIDEO_POWER_STATE structure.
>
> Now I want to write a test-program, which runs on my device and sends the
> command to Windows CE to power off the display, so that Windows CE sends
> the
> command to the driver.
> How can I do this? Any ideas or concepts?
>
> Thanks,
> Eike