ILocalRegistry4.RevokeClassObject(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.