Changeset 2149 for trunk/eraser/Eraser.Util.Native/OpenHandle.cpp
- Timestamp:
- 5/16/2010 11:14:29 AM (2 years 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
r2032 r2149 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.
