I am trying to use the mc.exe to make message files for my event log writing program. But even the sample message file provided by the Microsoft won\'t compile. Who knows how to write a message file t
Currently my WinEventLog:Security i开发者_C百科s set to 128MB max, at which point it writes over old events.I would like to make this log much larger, hopefully a few Gigs.Besides the longer search ti
i am trying to make an event logger for my cmd line application. However I get this error when it tries to create the log for the first time.
I am attempting to write a simple function using VC++6 to write to the event log. It must be in this version of studio because it is being added to a legacy application. The problem that I am having i
Caveat: Without spiking the cpu while a Get-WmiObject call parses the whole event log to match my specified filter.
Following the advice of Henk, I\'ve created a Setup Project in VS10 with the aim of adding a custom action. This custom action will hopefully add an EventLog whilst running as admin (ie during install
Which format does this stirng 2010-06-19T06:28:01.077148开发者_如何学JAVA400Z belong to? It represents 6/19/2010 11:58:01 AM.
I\'m trying to use the new event log API to get the oldest record number from a windows event log, but cannot get the the API to return the same answer as event viewer displays (looking at the details
I\'m trying to g开发者_JS百科et my .Net Windows Service to right to a custom event log.I\'m using EventLogInstaller to create the event log and source when the application is installed.I read here tha
I need to know, for each subcategory, whether it\'ll be audited on success, on failure, both, or none. This information is available locally via AuditEnumerateSubCategories, however there does not app