CoRegisterPSClsid (OLE32.@)
HRESULT CoRegisterPSClsid ( REFIID riid, REFCLSID rclsid )
Register a proxy/stub CLSID for the given interface in the current process only.
riid | [In] | Interface whose proxy/stub CLSID is to be registered. |
rclsid | [In] | CLSID of the proxy/stub. |
Success: S_OK
Failure: E_OUTOFMEMORY.
This function does not add anything to the registry and the effects are limited to the lifetime of the current process.
CoGetPSClsid.
Defined in "objbase.h".
Implemented in "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c
Debug channel "ole".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.