Changeset 2334
- Timestamp:
- 10/30/2011 1:54:25 AM (19 months ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser.Util.Native/OpenHandle.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.Util.Native/OpenHandle.cpp
r2332 r2334 94 94 { 95 95 //Open a handle to the owning process 96 HANDLE processHandle = OpenProcess(PROCESS_DUP_HANDLE, false, ProcessId);96 HANDLE processHandle = OpenProcess(PROCESS_DUP_HANDLE, false, processId); 97 97 98 98 //Forcibly close the handle
Note: See TracChangeset
for help on using the changeset viewer.
