Ole32FuncCoResumeClassObjects Method |
Informs COM that all registered class objects are ready to receive activation requests.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int CoResumeClassObjects()
Return Value
Int32The HRESULT returned by COM.
Remarks
Called by an COM EXE Server that can register multiple class objects
to inform COM about all registered classes, and permits activation
requests for those class objects.
This function causes OLE to inform the SCM about all the registered
classes, and begins letting activation requests into the server process.
See Also