how to get status info from win32_printer provider

M

manu

HI all
by using wmi client application i am accessing win32_printer
provider but the problem is , i am getting only few properties like
name of printer etc.. and all other properties it is showing empty .
please suggest me how to get printer status , do i need to write any
plug-in for unidrive or gpd minidrive in order to get status info from
printer.
 
A

Alan Morris [MSFT]

The status you get is from the spooler not the physical printer but the
virtual printer within the spooler that send data to the real device.

You will only get status if the device supports a language monitor and
reports this information to the spooler or you have the printer connected to
a Standard TCP/IP Port

Printer status Printing
Printer status Warmup
Printer status Idle

So if the printer is local, you need a language monitor that reports status
to the spooler.
--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
 
M

manu

hi
For retriving the status instead of language monitor we have
implemented in port monitor . even then we are not getting status info
so can you help me how and what i have to implement in order to
retrieve status info .
thanks for your suggestions .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top