Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I get the number of jobs in print queue
Message
From
17/01/2003 11:26:13
 
 
To
13/01/2003 05:56:58
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00737034
Message ID:
00742913
Views:
33
i have tried the code but there is another problem.
pJob parameter of EnumJobs returns informations of the buffer.
can you tell me the structure of the parameter ?
because this contains the jobid that i need for GetJob function.

Declare Integer EnumJobs in WinSpool.Drv as WS_EnumJobs ;
Integer hPrinter, ;
Integer FirstJob, ;
Integer NoJobs, ;
Integer Level, ;
String @pJob, ;
Integer cbBuf, ;
Integer @pcbNeeded, ;
Integer @pcReturned
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform