큐 알림

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 값 및 기본 큐 콜백 루틴이 해당 알림을 처리하는 방법은 파일 큐 알림에 자세히 설명되어 있습니다.