出处:MSDN Library Visual Studio 6.0
-平台SDK
--Graphics and multimedia Services
---GDI
---- Printing and Print Spooler
-----AbortProc
原文:
“The AbortProc function is an application-defined callback function used with the SetAbortProc function. It is called when a print job is to be canceled during spooling. The ABORTPROC type defines a ointer to this callback function.”
我想文中的“ointer”应是“pointer”吧。(我的MSDN是从网上下载的)
本文介绍了AbortProc函数作为应用程序定义的回调函数,在打印作业被取消时由系统调用的机制。该函数配合SetAbortProc使用,实现打印作业的取消功能。
4170

被折叠的 条评论
为什么被折叠?



