Thema: Delphi Dateisperre freigeben

Einzelnen Beitrag anzeigen

mumu

Registriert seit: 28. Okt 2003
Ort: Bamberg
519 Beiträge
 
#11

Re: Dateisperre freigeben

  Alt 10. Sep 2005, 14:39
der programmierer von unlock hat mir folgendes dazu geschrieben:

Zitat:
Hello,

You need to first find all locks opened by a system using undocumented functions such as ZwQueryObject and NtQueryObject.

Then to get informations you need you write a device driver since some informations are only accessible at the device driver level. There is no device driver specific function, it is just that you need to run in a driver to have maximum access to the system.

Good luck
  Mit Zitat antworten Zitat