The plug-in returned a private DEVMODE with a different size than the size returned by the DevMode(OEMDM_SIZE) call |
Application Verifier break message
The plug-in returned a private DEVMODE with a different size than the size returned by the DevMode(OEMDM_SIZE) call
Probable cause
The plug-in should return a private DEVMODE with a size that is the same as that returned by the DevMode call with OEMDM_SIZE mode. The DevMode method of a plug-in must return the size required to store its private DEVMODE members when the DevMode method is called with the OEMDM_SIZE mode. This value is a constant and is set the first time the method is called. It must not change when subsequent calls are made to the plug-in's DevMode method.
This verifier stop occurs when the DevMode method in the plug-in returns a value that is different from the value it returned the first time it was called.
Information displayed by Application Verifier
Format:�-�This verifier stop was caused by the plug-in module at %lS
Parameter 1�-�Mode for the current Devmode callback.
Parameter 2�-�Size of output plug-in private DEVMODE as specified in pOEMDMOut.
Parameter 3�-�Size of output plug-in private DEVMODE as specified in pOEMDMParam.
Parameter 4�-�Size of plug-in private DEVMODE as specified during the OEMDM_SIZE call.
Additional information
Test Layer:�PrintDriver
Stop code:�0000D010
Severity:�Error
One-time error:�no
Error report:�Break
Log to file:�yes
Create backtrace:�yes