mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
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
5 lines
140 B
C
5 lines
140 B
C
|
|
VOID HandleList_Create(HWND hListCtrl);
|
|
VOID HandleList_Update(HWND hHandleListCtrl, HANDLE ProcessID);
|
|
TCHAR* GetTypeName(UINT Type);
|