by jask2002
23. January 2012 07:55
What is the Handles? huh
From the application (user mode) perspective handles are the reference to the kernel mode objects(device/registry/token/event/file).It does not have the semantics of a programming reference but what it does do is allow the system resources to know what you are referring to when it is passed in an API call.They are 32 bit unsigned values that the Windows OS owns.
[More]
|
Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution
toward blog's maintenance(to keep it Ads free )
|
fcd37443-c0b4-49a3-8944-195a9ddf0a46|3|4.0
Tags: handle leak, Key handle, htrace
Debugging