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

Thread: Free resources

  1. #1
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Free resources

    How do I query how much resources are free on my system? I need the information displayed by the resource meter.


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Free resources

    System resources can be called using the Windows API
    GetFreeSystemResources to reclaim system resources

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  3. #3
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: Free resources

    I haven't tried it, but I read that it is now obsolete and no longer implemented. I found no other function in the line than GlobalMemoryStatus()


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