Originally Posted By: Tobias
You use the preinitialized GUID for the first parameter when you call CoCreateInstance.


I wrote that
Code:
GUID IID_iInterface =
    {0xf9f48469,0x68ab,0x3013,{0xb8,0x06,0xdd,0xa2,0x09,0x63,0xda,0xfb}};



doesn't compile for me. Try yourself!