Error 0x800401F0

Value: -2147221008 | 0x800401F0 | 2147746288

What does it mean ?

CO_E_NOTINITIALIZED  
CoInitialize has not been called.
Value: 496 | 0x01F0 | 0b0000000111110000
DDERR_NOTINITIALIZED  
An attempt was made to call an interface method of a DirectDraw object created by CoCreateInstance before the object was initialized.
Value: 496 | 0x01F0 | 0b0000000111110000

Where does it come from ?

FACILITY_ITF  
COM/OLE Interface management. FACILITY_ITF is designated for user-defined error codes returned from interface methods
Value: 4 | 0x004 | 0b00000100

Other Errors for FACILITY_ITF