GetWindowLongPtr function user32
Retrieves information about the specified window. The function also retrieves the value at a specified offset into the extra window memory.
LONG_PTR GetWindowLongPtrW(
HWND hWnd,
int nIndex
);
Implementation
int GetWindowLongPtr(int hWnd, int nIndex) => _GetWindowLongPtr(hWnd, nIndex);