I'm trying to do some COM Interop with Direct3D 10 and i have a strange problem with the ID3D10Effect interface.I'm currently working with D3DX10CreateEffectFromFileW. This function take many input parameters and return an effect object implementing ID3D10Effect and errors in an object implementing ID3D10Blob.My C# declaration of this function in ...