SetupApi默认队列回调例程函数
2021-11-19
27
0
如果将回调例程与文件队列相关联,则每次系统执行一个排队的文件操作时都会调用回调例程。通常,您可以使用默认队列回调例程SetupDefaultQueueCallback来处理这些通知。
Function | Description |
---|---|
SetupDefaultQueueCallback | Handles notifications sent by the system when queued file operations are performed. |
SetupInitDefaultQueueCallback | Initializes context information that is needed by SetupDefaultQueueCallback. |
SetupInitDefaultQueueCallbackEx | Initializes context information that is needed by SetupDefaultQueueCallback, and provides a separate window for displaying progress messages. |
SetupTermDefaultQueueCallback | Notifies the system that the setup application will not commit any additional file queue operations. |