DWORD GetSelectProccesID(HWND hWnd)
{
	return SendMessage(hWnd, LB_GETITEMDATA, GetSelectID(hWnd), NULL);
}