Click or drag to resize

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.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int CoRevokeClassObject(
	uint dwRegister
)

Parameters

dwRegister  UInt32
A token previously returned from the CoRegisterClassObject function.

Return Value

Int32
This function can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, and E_UNEXPECTED, as well as the following values.
C#
S_OK : The class object was revoked successfully.
See Also