Scroll to navigation

CoRevokeClassObject(3w) Wine API 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

Declared in "objbase.h".
Implemented in "dlls/ole32/compobj.c".
Debug channel "ole".
Oct 2012 Wine API