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