.NET provides EventLog class that be able to write application event information to a particular log on the system. Is there simliar Win32 API that can be called with C++?
.NET provides EventLog class that be able to write application event information to a
Share
I think you want Event Tracing for Windows:
http://msdn.microsoft.com/en-us/library/bb968803(VS.85).aspx