Advertisement

1 - 9 of 9 containing alltags:("readeventlog") (0 seconds)
By the below code I can get the event log record. I want to get the each event log record details. If I try to get the event log recoded details from the below code, Details of the logrecord get ...
Zones: Visual BasicDate Answered: 07/01/2002 Grade: A Views: 0
(Platform: Win NT4.0 VC++ 5.0) I am trying to retrieve a (card) driver's messages in the Event Log using OpenEventLog and ReadEventLog. The Registry shows the driver source name as being available...
Zones: C++Date Answered: 10/01/1998 Grade: C Views: 0
I have a problem with this program. For some resone it returns some EventID that are correct and some that are not. ( realy invalid values that dosn't make sense at all ). What might be the problem...
Zones: Windows ProgrammingDate Answered: 12/28/1998 Grade: A Views: 0
I'm having difficulty getting the readeventlog function to work as a registered function of the advapi32 dll. Anyone have any ideas?  It's coming back saying that I have a "data type mismatch" o...
Zones: FoxProDate Answered: 10/08/2004 Grade: A Views: 0
Hello, I need to read through the System Event Log, I have the following method: PDWORD NumberOfRecords= new DWORD;  EVENTLOGRECORD *evRec;  char* buffer= new char[10000];  evRec= (EVENTLOGRECORD*...
Zones: Windows NTDate Answered: 12/02/1998 Grade: A Views: 0
Can someone give an example about how to use Event Logging Functions to find a specific event.  I only  have  the Event's name (not its id). How can I get the internal event id from the event numb...
Zones: C++Date Answered: 09/20/1999 Grade: B Views: 0
Hi I'm writing an application that parses the eventlog(Application,System ans Security) and writes it's results to another file. My problem is that "OpenEventLog" succeeds.  But, when I start...
Zones: Windows NTDate Answered: 08/20/2001 Grade: A Views: 5
Hi. I'm calling the API Function ReadEventLog, but the event ID it returns does not match that in the event log. eg. An event that appears in the system log has event ID 4359. However, I have...
Zones: Visual BasicDate Answered: 05/09/2003 Grade: A Views: 4
I'm getting an event id 3006 every minute on a Windows 2000 Server with the follow information Error reading log event record. Handle specified is 674336. Return code from ReadEventLog is 87. I d...
Zones: Windows 2000 Server, Windows OSDate Answered: 05/22/2007 Grade: A Views: 39
  • 1