Registriert seit: 29. Mai 2002
37.621 Beiträge
Delphi 2006 Professional
|
Re: Datei sicher löschen
25. Jan 2010, 12:30
Eben:
Zitat von Raymond Chen:
When you lock memory with VirtualLock it locks the memory into your process's working set. It doesn't mean that the memory will never be paged out. It just means that the memory won't be paged out as long as there is a thread executing in your process, because a process's working set need be present in memory only when the process is actually executing.
http://blogs.msdn.com/oldnewthing/ar...6/5924058.aspx
Michael Ein Teil meines Codes würde euch verunsichern.
|