memorymanagement

  1. Alex Sokolek

    I think I found a bug in GetWindowPlacement()

    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 =...
  2. News

    TraceProcessor 0.3.0

    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...
  3. P

    Windows 7 IN NEED OF HELP

    041011-21294-01.dmp 10/04/2011 19:21:57 MEMORY_MANAGEMENT 0x0000001a 00000000`00041287 00000000`00000030 00000000`00000000 00000000`00000000 ntoskrnl.exe ntoskrnl.exe+80640 NT Kernel & System Microsoft® Windows® Operating System Microsoft Corporation 6.1.7601.17514 (win7sp1_rtm.101119-1850) x64...
Back
Top