12 Mar
2017
12 Mar
'17
4:50 a.m.
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.