A
process handle is an integer value that identifies a
process to Windows. The Win32 API calls them a
HANDLE;
handles to windows are called HWND and
handles to modules HMODULE. Threads inside
processes have a thread
handle, and files and other resources (such as registry keys) have
handles also.
read more >>