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: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller
Code: Select all
HWND tWindowRef = (HWND)atol(p_arguments[0]);Code: Select all
HWND tWindowRef = (HWND)strol(p_arguments[0], NULL, 0);