my old way
Code: Select all
HWND tWindowRef = (HWND)atol(p_arguments[0]);Code: Select all
HWND tWindowRef = (HWND)strol(p_arguments[0], NULL, 0);Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
HWND tWindowRef = (HWND)atol(p_arguments[0]);Code: Select all
HWND tWindowRef = (HWND)strol(p_arguments[0], NULL, 0);