COM is not initialized for the current thread after call to print filter method |
Application Verifier break message
COM is not initialized for the current thread after call to print filter method
Probable cause
This verifier stop occurs when a print filter has unbalanced CoInitialize[Ex] and CoUninitialize calls. This could be due to CoInitialize[Ex] unexpectedly returning failure, such as when the requestd apartment type does not match the thread's current type.
Troubleshooting steps
Use ln Parameter 1 to find the filter.
Information displayed by Application Verifier
Parameter 1�-�Filter interface pointer.
Parameter 2���Not used.
Parameter 3���Not used.
Parameter 4�-�Not used.
Additional information
Stop code:�D02D