Subversion Repositories simple_log_event

Rev

Rev 3 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 6
Line 10... Line 10...
10
// Typbibliothek aktiviert ist, wird der Inhalt dieser Datei neu generiert und
10
// Typbibliothek aktiviert ist, wird der Inhalt dieser Datei neu generiert und
11
// alle manuell vorgenommenen Änderungen gehen verloren.
11
// alle manuell vorgenommenen Änderungen gehen verloren.
12
// ************************************************************************ //
12
// ************************************************************************ //
13
 
13
 
14
// $Rev: 52393 $
14
// $Rev: 52393 $
15
// Datei am 30.04.2020 23:02:59 erzeugt aus der unten beschriebenen Typbibliothek.
15
// Datei am 03.05.2020 21:20:05 erzeugt aus der unten beschriebenen Typbibliothek.
16
 
16
 
17
// ************************************************************************  //
17
// ************************************************************************  //
18
// Typbib.: C:\Users\DELL User\SVN\SimpleLogEvent\trunk\TLB\ViaThinkSoftSimpleLogEvent (1)
18
// Typbib.: C:\Users\DELL User\SVN\SimpleLogEvent\trunk\TLB\ViaThinkSoftSimpleLogEvent (1)
19
// LIBID: {D7654BA7-41D0-4FF9-8543-C3A4DA936856}
19
// LIBID: {D7654BA7-41D0-4FF9-8543-C3A4DA936856}
20
// LCID: 0
20
// LCID: 0
Line 85... Line 85...
85
// *********************************************************************//
85
// *********************************************************************//
86
  IViaThinkSoftSimpleEventLog = interface(IDispatch)
86
  IViaThinkSoftSimpleEventLog = interface(IDispatch)
87
    ['{4094657E-8199-460F-A3DD-5BB63B6B0F65}']
87
    ['{4094657E-8199-460F-A3DD-5BB63B6B0F65}']
88
    procedure LogEvent(const SourceName: WideString; EventType: LogEventType;
88
    procedure LogEvent(const SourceName: WideString; EventType: LogEventType;
89
                       const LogMsg: WideString); safecall;
89
                       const LogMsg: WideString); safecall;
-
 
90
    procedure LogSimulate(const SourceName: WideString; EventType: LogEventType;
-
 
91
                          const LogMsg: WideString; out Reason: OleVariant); safecall;
90
  end;
92
  end;
91
 
93
 
92
// *********************************************************************//
94
// *********************************************************************//
93
// DispIntf:  IViaThinkSoftSimpleEventLogDisp
95
// DispIntf:  IViaThinkSoftSimpleEventLogDisp
94
// Flags:     (4416) Dual OleAutomation Dispatchable
96
// Flags:     (4416) Dual OleAutomation Dispatchable
Line 96... Line 98...
96
// *********************************************************************//
98
// *********************************************************************//
97
  IViaThinkSoftSimpleEventLogDisp = dispinterface
99
  IViaThinkSoftSimpleEventLogDisp = dispinterface
98
    ['{4094657E-8199-460F-A3DD-5BB63B6B0F65}']
100
    ['{4094657E-8199-460F-A3DD-5BB63B6B0F65}']
99
    procedure LogEvent(const SourceName: WideString; EventType: LogEventType;
101
    procedure LogEvent(const SourceName: WideString; EventType: LogEventType;
100
                       const LogMsg: WideString); dispid 201;
102
                       const LogMsg: WideString); dispid 201;
-
 
103
    procedure LogSimulate(const SourceName: WideString; EventType: LogEventType;
-
 
104
                          const LogMsg: WideString; out Reason: OleVariant); dispid 202;
101
  end;
105
  end;
102
 
106
 
103
// *********************************************************************//
107
// *********************************************************************//
104
// Die Klasse CoViaThinkSoftSimpleEventLog stellt die Methoden Create und CreateRemote zur
108
// Die Klasse CoViaThinkSoftSimpleEventLog stellt die Methoden Create und CreateRemote zur
105
// Verfügung, um Instanzen des Standard-Interface IViaThinkSoftSimpleEventLog, dargestellt
109
// Verfügung, um Instanzen des Standard-Interface IViaThinkSoftSimpleEventLog, dargestellt