NAME

CoRegisterPSClsid  (OLE32.@)

SYNOPSIS

 HRESULT CoRegisterPSClsid
 (
  REFIID   riid,
  REFCLSID rclsid
 )

DESCRIPTION

Register a proxy/stub CLSID for the given interface in the current process only.

PARAMS

riid [In] Interface whose proxy/stub CLSID is to be registered.
rclsid [In] CLSID of the proxy/stub.

RETURNS

Success: S_OK

Failure: E_OUTOFMEMORY.

NOTES

This function does not add anything to the registry and the effects are limited to the lifetime of the current process.

SEE ALSO

CoGetPSClsid.

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c

Debug channel "ole".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.