队列通知
通过调用 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 值,以及默认队列回调例程如何处理通知,在 文件队列通知中进行了详细介绍。