Whenever I put my component into COM+ and call CoCreateInstance() on the client the following happens:
- the runtime instantiates the objecs (calls IClassFactory::CreateInstance())
- the runtime calls QueryInterface() for the interface specified in teh CoCreateInstance() call
- the runtime calls QueryInterface() for IdentityUnmarshal interface ({0000001b-0000-0000-c000-000000000046})
The only thing I can find is the declaration in comdef.h that there exists IdentityUnmarshal interface with that interface id. Is there any more information on it?