CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1

Threaded View

  1. #1
    Join Date
    Aug 2001
    Location
    Texas
    Posts
    645

    Reading Desktop Heap usage

    Is there a way to read the Desktop Heap usage using the WinAPI?

    Desktop Heap Monitor (from MS) is not interactive.

    I'm looking for a way to monitor the available heap natively - no external apps.

    GetUserObjectInformation does not work with XP or Win2003 Server.

    A driver may be required - but I don't have the experience with drivers.

    Thanks
    Last edited by cvogt61457; January 8th, 2007 at 05:12 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured