System.Win.ComObj.CoReleaseServerProcess

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CoReleaseServerProcess: TCoReleaseServerProcessProc = nil;

Properties

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

Description

Function that decrements the global per-process reference count and returns 0 if your server application should initiate its cleanup; it returns a non-zero value otherwise. This is the signature of this function:

function :Longint;

See the MSDN documentation for additional information.

See Also