amin-ahmadi.com
How to Access Windows Event Log Using C++ with Qt and Win32 API - Amin
In this post I’ll share a method you can use to access and read events in Windows operating system, using C++. Note that this method is modified to be used with Qt, but you can easily replace the few Qt classes used in this example and remove the dependency on Qt if you are using … Continue reading "How to Access Windows Event Log Using C++ with Qt and Win32 API"
Amin