mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
8c6bd0b95a
There's currently a hack, to make it work on ROS, OpenProcess() crashes ROS, so currently you will not see the processes names. svn path=/trunk/; revision=25755
4 lines
140 B
C
4 lines
140 B
C
|
|
VOID HandleList_Create(HWND hListCtrl);
|
|
VOID HandleList_Update(HWND hHandleListCtrl, HANDLE ProcessID);
|
|
TCHAR* GetTypeName(UINT Type);
|