CoRevokeClassObject.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ole32/compobj.c".

Debug channel "ole".