Class
Module
uEventHooks
Last Modified
7/15/2014 3:26:44 PM
Scope
Global
Inherits from
TObject
Declaration
TCPRSEventHookManager = class(TObject)
private
FCPRSBroker: ICPRSBrokerInitializer;
FCPRSState: ICPRSState;
FErrors: TStringList;
FLock: TRTLCriticalSection;
public
constructor Create;
destructor Destroy; override;
function ProcessComObject(const GUIDString: string;
const AParam2, AParam3: string;
var Data1, Data2: WideString): boolean;
procedure EnterCriticalSection;
procedure LeaveCriticalSection;
end;
Class Hierarchy
TObject
└TCPRSEventHookManager
Class Fields
FCPRSBroker |
|
Private |
- |
FCPRSState |
|
Private |
- |
FErrors |
TStringList |
Private |
- |
FLock |
Simple (unknown) |
Private |
- |
Constructors
Create |
constructor Create;
|
Public |
TCPRSEventHookManager |
Destructors
Destroy |
destructor Destroy; override;
|
Public |
- |
Methods
Referenced By (2)