NAME

CoRevokeClassObject  (OLE32.@)

SYNOPSIS

 HRESULT CoRevokeClassObject
 (
  DWORD dwRegister
 )

DESCRIPTION

Removes a class object from the class registry.

PARAMS

dwRegister [In] Cookie returned from CoRegisterClassObject.

RETURNS

Success: S_OK.

Failure: HRESULT code.

NOTES

Must be called from the same apartment that called CoRegisterClassObject, otherwise it will fail with RPC_E_WRONG_THREAD.

SEE ALSO

CoRegisterClassObject

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.