Use GetWindowLongPtr(hwnd, GWLP_WNDPROC). Caution: GetWindowLongPtr is actually #define d to GetWindowLong for 32-bit systems, so in order to import it in ...
確定! 回上一頁