This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在用 c++ 开发一个程序,用于管理所有发送到我公司打印机的文档。我正在使用 windows spool api 来捕获有关发送到打印机的作业的信息。我需要捕获一些关于哪个应用程序打印了作业(Word、Libre Office 等)的信息。有谁知道是否可以通过 spool 的任何功能或通过另一个提供此信息的 dll 来获取此信息?