Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Print server monitor

Reply
Thread Tools Display Modes

Print server monitor

 
 
kasma
Guest
Posts: n/a

 
      08-27-2009
I want to capture following events from print server. i am able to capture
the user name thrrough these APIs(FindFirstPrinterChangeNotification,
FindNextPrinterChangeNotification). but still i am not able to get file name
and data of file(so i can keep the thumbnail of this file by page by page)

1. Computer Name
2. User Name
3. File Name
4. Data of file

please suggest me some solution to achieve this.
 
Reply With Quote
 
 
 
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      08-28-2009
Document file name is not known to the printer stack at all.

You can try to parse the job name and apply some heuristic, this is your best chance.

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com

"kasma" <> wrote in message news:6A72C0FD-952C-4B68-8C61-...
>I want to capture following events from print server. i am able to capture
> the user name thrrough these APIs(FindFirstPrinterChangeNotification,
> FindNextPrinterChangeNotification). but still i am not able to get file name
> and data of file(so i can keep the thumbnail of this file by page by page)
>
> 1. Computer Name
> 2. User Name
> 3. File Name
> 4. Data of file
>
> please suggest me some solution to achieve this.

 
Reply With Quote
 
kasma
Guest
Posts: n/a

 
      08-29-2009
Thanks Maxim,

i am able to retrive the file name using same API, but now my issue is to
get file data so i can keep thumbnail of this pages.

"Maxim S. Shatskih" wrote:

> Document file name is not known to the printer stack at all.
>
> You can try to parse the job name and apply some heuristic, this is your best chance.
>
> --
> Maxim S. Shatskih
> Windows DDK MVP
>
> http://www.storagecraft.com
>
> "kasma" <> wrote in message news:6A72C0FD-952C-4B68-8C61-...
> >I want to capture following events from print server. i am able to capture
> > the user name thrrough these APIs(FindFirstPrinterChangeNotification,
> > FindNextPrinterChangeNotification). but still i am not able to get file name
> > and data of file(so i can keep the thumbnail of this file by page by page)
> >
> > 1. Computer Name
> > 2. User Name
> > 3. File Name
> > 4. Data of file
> >
> > please suggest me some solution to achieve this.

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Problems migrating AD PDC Meinolf Weber Windows Server 3 09-20-2008 01:56 PM
Disconnecting Drive Maps over WAN Jesse Pastrano Windows Server 2 04-01-2008 07:23 PM
Upgrade NT4.0 Server -> Win2K3. Question about upgrade procedure Nick_Japan Windows Server 5 08-16-2006 04:19 PM
wmiprvse high cpu usage Joshua Ellis Windows Server 14 04-11-2006 08:57 PM
remote access/vpn/intranet? rizz Windows Server 2 10-16-2004 04:35 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59