System.Win.ComObj.CoAddRefServerProcess

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CoAddRefServerProcess: TCoAddRefServerProcessProc = nil;

Properties

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

Description

Function that increments a global per-process reference count and returns the current reference count. This is the signature of this function:

function :Longint;

See the MSDN documentation for additional information.

See Also