Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 806 Bytes

proxystubclsid.md

File metadata and controls

45 lines (28 loc) · 806 Bytes
title description ms.assetid keywords ms.topic ms.date
ProxyStubClsid
Maps an IID to a CLSID in 16-bit proxy DLLs.
07e1e9de-e529-496c-b9f7-e7f799089f02
ProxyStubClsid registry value COM
article
05/31/2018

ProxyStubClsid

Maps an IID to a CLSID in 16-bit proxy DLLs.

Registry Entry

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface
   {IID}
      ProxyStubClsid = {CLSID}

Remarks

This is a REG_SZ value that specifies the CLSID for the IID.

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.

Related topics

Interface

ProxyStubClsid32