ILocalRegistry4.RevokeClassObject(UInt32) Method

Definition

Revokes a registered class object.

public:
 int RevokeClassObject(System::UInt32 dwCookie);
public:
 int RevokeClassObject(unsigned int dwCookie);
int RevokeClassObject(unsigned int dwCookie);
public int RevokeClassObject (uint dwCookie);
abstract member RevokeClassObject : uint32 -> int
Public Function RevokeClassObject (dwCookie As UInteger) As Integer

Parameters

dwCookie
UInt32

The class object to revoke.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

This method is safe to access from any thread.

Applies to