ProxyStubClsid
Maps an IID
to a CLSID in 16-bit proxy DLLs.
Registry Entry
HKEY_LOCAL_MACHINE\SOFTWARE\Classes
\Interface
\ProxyStubClsid = <CLSID>
Value Entries
<CLSID>
Specifies the
CLSID to map the IID to.
Remarks
If you add
interfaces, you must use this entry to register them (16-bit systems) so that
OLE can find the appropriate remoting code to establish interprocess
communication.
See Also