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

Thread: visual c++

  1. #1
    Guest

    visual c++

    Hi everybody,

    is there any possibility to lock an application completely into memory, so that it cannot be swapped out to disk?

    Thanx



  2. #2
    Guest

    Re: visual c++

    To my knowledge, there is no API call in Win32 that provides this ability.
    What do you wish to gain from this?


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