Hi. I think I found a bug in GetWindow{Placement().
I save and restore the window placement using the registry as an intermidiary.
For save...
```
(In WndProc)
case WM_DESTROY:
{
WINDOWPLACEMENT wp;
ZeroMemory(&wp, sizeof(wp));
wp.length =...
TraceProcessor version 0.3.0 is now available on NuGet with the following package ID:
Microsoft.Windows.EventTracing.Processing.All
This release contains some feature additions and bug fixes since version 0.2.0. (A full changelog is below). Basic usage is still the same as in version 0.1.0...