共用方式為


佇列通知

呼叫 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
);

Param1Param2的值包含與傳送至回呼常式之通知相關的其他資訊。 每個通知、其 Param1Param2 值,以及預設佇列回呼常式如何處理該通知,會在 檔案佇列通知中詳細說明。