Fax Status Values

  • Thread starter Thread starter John Wright
  • Start date Start date
J

John Wright

I am developing a simple VB 6.0 application that monitors a Windows 2003
server fax server. It can connect and I can pull data down without any
problems. However, when I query the queues and I get a return status for
each fax currently I am getting either a a 49 (paused) or a 33(waiting)
status. I looked at the SDK and all it gives is hex values. Does anyone
have a listing of VB translated statuses or have a way to translate the
status from hex? I want to present the user with a graphical depiction of
the status of the fax and I need some help. Thanks.

John
 
In VB you have Hex() function to convert decimal to hex if you can;t do it
manually
 
Back
Top