Does anybody have any documentation about DllRegisterServerEx?
I haven't been able to find any, neither in MSDN or on the Internet.
DllRegisterServer is documented but DllRegisterServerEx is not.

What I am primarily intrested in is the prototype.
The prototype of DllRegisterServer is
        STDAPI DllRegisterServer();
but what is the prototype of DllRegisterServerEx?

Reply via email to