mirror of
https://github.com/reactos/reactos.git
synced 2026-09-14 05:41:02 +08: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);
|