Menu

Application Verifier break message

Attempt to use a closed handle in UnRegisterForPrintAsyncNotifications API function.

Probable cause

A routine attempted to use an async notify handle after the handle had been closed.

Troubleshooting steps

  • To see the routine that attempted to use the closed handle, dump the current stack trace by using the k debugger command.

  • If Parameter 2 is not NULL, use the dps debugger command to dump the stack trace of the routine that closed the handle.

Information displayed by Application Verifier

Parameter 1�-�Handle value.

Parameter 2�-�Stack trace of the closing routine.

Parameter 3�-�Not used.

Parameter 4�-�Not used.

Additional information

Stop code: A022