RE: UMDF sample Skeleton driver does not start on Windows restart

Sorry for bringing up this topic again, but I have got some additional info

I have stepped through the driver start-up with WinDbg and found out that WUDFHost.exe calls ole32!CoInitialize and then after doing something (without even trying to load driver dll) calls ole32!CoUninitialize and quits

May be this info will help somehow

Pavel