Menu

Application Verifier break message

Too many open PRINTER_NOTIFY_INFO objects

Probable cause

Too many PRINTER_NOTIFY_INFO objects were opened. There might be a resource leak. One common form of resource leaks is where a routine will open a PRINTER_NOTIFY_INFO object and not close it before exiting.

Troubleshooting Steps

This stop is a warning. It might be normal if the print server has many printers or it might be the result of a resource leak. A resource leak could be caused by not calling FreePrinterNotifyInfo when necessary. If you think that the number is too high for the number of printers, then review the source code to determine if thePRINTER_NOTIFY_INFO objects are being opened and closed correctly.

Information displayed by Application Verifier

Parameter 1 - Number of currently opened PRINTER_NOTIFY_INFO objects.

Parameter 2 - Not used.

Parameter 3 - Not used.

Parameter 4 - Not used.

Additional information

Test Layer:�PrintAPI

Stop code:�0000A014

Severity:�Warning

One-time error:�no

Error report:�None

Log to file:�yes

Create backtrace:�yes