CoRevokeClassObject(3w)
NAME
CoRevokeClassObject (OLE32.@)
SYNOPSIS
HRESULT CoRevokeClassObject
(
DWORD dwRegister
)
DESCRIPTION
Removes a class object from the class registry.
PARAMS
dwRegister [In] Cookie returned from CoRegisterClassObject(3w).
RETURNS
Success: S_OK.
Failure: HRESULT code.
NOTES
Must be called from the same apartment that called CoRegisterClassObject(3w), otherwise it will fail with RPC_E_WRONG_THREAD.
SEE ALSO
CoRegisterClassObject
IMPLEMENTATION
Defined in "objbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/compobj.c".
- Debug channel "ole".