关于获取打印机任务列表(50分)

  • 主题发起人 主题发起人 smilboy
  • 开始时间 开始时间
S

smilboy

Unregistered / Unconfirmed
GUEST, unregistred user!
he GetJob function retrieves print-job data for the specified printer.

BOOL GetJob(

HANDLE hPrinter, // handle of printer
DWORD JobId, // job identifier value
DWORD Level, // data-structure level
LPBYTE pJob, // address of data-structure array
DWORD cbBuf, // count of bytes in array
LPDWORD pcbNeeded // address of value that contains count of bytes retrieved (or required)
);
这个函数怎么用,请给个例子,谢谢
 
看看这里
http://www.delphibbs.com/delphibbs/DispQ.asp?LID=417158
 
咦,是我的帖子也。
 
多人接受答案了。
 
后退
顶部