We want to get the print status information like: There is no paper, printer
is offline etc... Is there a way to do this on WinCE 5.0 with VC++ 6.0?

RE: Is it possible to get Print Status on WinCE 5.0? by LucaCalligaris

LucaCalligaris
Tue May 16 10:19:01 CDT 2006

You can call the ReportPrinterStatus(...) function to have these information
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceddk5/html/wce50grfprinterdriverfunctions.asp)

What do you mean exactly with 'on WinCE 5.0 with VC++ 6.0' ?

"bunymn" wrote:

> We want to get the print status information like: There is no paper, printer
> is offline etc... Is there a way to do this on WinCE 5.0 with VC++ 6.0?

RE: Is it possible to get Print Status on WinCE 5.0? by bunymn

bunymn
Wed May 17 00:23:02 CDT 2006

I use VC++ 6.0 for programming. And run this on WinCE 5.0. Thanks for help :)

"Luca Calligaris" wrote:

> You can call the ReportPrinterStatus(...) function to have these informations
> (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceddk5/html/wce50grfprinterdriverfunctions.asp)
>
> What do you mean exactly with 'on WinCE 5.0 with VC++ 6.0' ?
>
> "bunymn" wrote:
>
> > We want to get the print status information like: There is no paper, printer
> > is offline etc... Is there a way to do this on WinCE 5.0 with VC++ 6.0?