Menu

Application Verifier break message

The plug-in returned a NULL PDEV after returning S_OK from the EnablePDEV method

Probable cause

The private PDEV returned by the plug-in was NULL although the return value from the EnablePDEV method was S_OK indicating success. The Windows Driver Kit (WDK) states that if the EnablePDEV method of a plug-in returns a status of S_OK, it must also allocate an instance of its private PDEV structure, initialize it, and return the address of this structure in the method's pDevOem parameter.

This verifier stop occurs when the plug-in does not return a valid private PDEV structure when from its implementation of the EnablePDEV method returns a status of S_OK.

Information displayed by Application Verifier

Format: - This verifier stop was caused by the plug-in module at %lS

Parameter 1 - Not used.

Parameter 2 - Not used.

Parameter 3 - Not used.

Parameter 4 - Not used.

Additional information

Test Layer:�PrintDriver

Stop code:�0000D00E

Severity:�Error

One-time error:�no

Error report:�Break

Log to file:�yes

Create backtrace:�yes