Mobile 2003 Network Print Job Notification
From a Windows Mobile 2003 client I am printing on a shared Generic-Text only printer on a Windows 2003 Server.
To print I create a text file in the shared queue using the network functions
::WNetAddConnection3
::CreateFile
::WriteFile
and after the
::CloseHandle
call the print job is submitted and I receive a 'Print job Notification'
Anyone knows how disable or suppress that message?
I already disabled all notifications on the spooler service on the 2003 server.
Thanks!

