Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JOB_INFO_2结构,它告诉你很多关于打印作业的信息。
JOB_INFO_2
我非常了解该Submitted成员,因为它是一个SYSTEMTIME. 但是什么是StartTime和Untiltime,哪些是DWORDs?
Submitted
SYSTEMTIME
StartTime
Untiltime
DWORD
具体来说,我希望打印作业仅在特定时间后打印,为此我将设置StartTime并调用SetJob. 但是我需要将该字段设置为什么?是几秒钟后的事情吗?
SetJob
.NET 通常可以方便地获得更好的文档。此字段无需任何转换即可通过 PrintSystemJobInfo.StartTimeOfDay 属性公开。记录为:
获取打印作业可以开始打印的一天中最早的时间,表示为协调世界时 (UTC)(也称为格林威治标准时间 [GMT])午夜之后的分钟数。