队列通知
通过调用 SetupCommitFileQueue 提交队列后,它将开始处理排队的操作。 在每个步骤中,队列都会向调用 SetupCommitFileQueue 中指定的回调例程发送通知。
以下是 SetupCommitFileQueue 用于向回调例程发送通知的语法。
MsgHandler( //the specified callback routine
Context, //context used by the callback routine
Notification, //queue notification code
Param1, //additional notification information
Param2 //additional notification information
);
Param1 和 Param2 的值包含与发送到回调例程的通知相关的其他信息。 文件队列通知中详细介绍了每个通知及其 Param1 和 Param2 值,以及默认队列回调例程如何处理该 通知。