The EventLog function writes an entry in the Windows event record.
Syntax | |||||
EventLog(Title, LogTypee, ID, Message) | |||||
Return value | |||||
Type |
Description | ||||
Long |
0 - if the entry could be written successfully | ||||
Parameter | |||||
Use |
Name |
Type |
Passing |
Description | |
Required |
Title |
String |
ByVal |
Title of the entry | |
Required |
LogTypee |
Long |
ByVal |
Type of the entry | |
Required |
ID |
Long |
ByVal |
ID of the entry | |
Required |
Message |
String |
ByVal |
Message text | |