System.Win.ComObj.CoResumeClassObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CoResumeClassObjects: TCoResumeClassObjectsProc = nil;

Properties

Type Visibility Source Unit Parent
variable public System.Win.ComObj.pas System.Win.ComObj System.Win.ComObj

Description

Function that your server application (that can register multiple class objects) must call to inform the Service Control Manager about all registered classes. Calling this function allows activating requests for those class objects.

This is the signature of this function:

function :HResult;

See the MSDN documentation for additional information.

See Also