System.Win.ComObj.CoSuspendClassObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CoSuspendClassObjects: TCoSuspendClassObjectsProc = nil;

Properties

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

Description

Function that you can call to prevent new activation requests from the Service Control Manager on all class objects registered within the process.

This is the signature of this function:

function :HResult;

See the MSDN documentation for additional information.

See Also