On 12.03.2017 05:34, Alistair Leslie-Hughes wrote:
- else if (IsEqualIID(riid, &IID_IDataInitialize))
- {
TRACE("IID_IRunnableObject returning NULL\n");
- }
You are checking for the wrong IID. Also, the TRACE does not really prevent that the FIXME message shows up.