Ole32FuncCoRevokeClassObject Method |
Informs OLE that a class object, previously registered with the CoRegisterClassObject function, is no longer available for use.
It is used to unregister a Class Factory from COM's internal table of Class Factories.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static int CoRevokeClassObject(
uint dwRegister
)
Parameters
- dwRegister UInt32
- A token previously returned from the CoRegisterClassObject function.
Return Value
Int32This function can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, and E_UNEXPECTED, as well as the following values.
S_OK : The class object was revoked successfully.
See Also