Searched refs:IntGetWindowLong (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/user/user32/windows/ |
H A D | class.c | 1081 LONG_PTR IntGetWindowLong( HWND hwnd, INT offset, UINT size, BOOL unicode ) in IntGetWindowLong() function 1158 return IntGetWindowLong( hWnd, nIndex, sizeof(LONG), FALSE ); in GetWindowLongA() 1168 return IntGetWindowLong( hWnd, nIndex, sizeof(LONG), TRUE ); in GetWindowLongW() 1180 return IntGetWindowLong( hWnd, nIndex, sizeof(LONG_PTR), FALSE ); in GetWindowLongPtrA() 1191 return IntGetWindowLong( hWnd, nIndex, sizeof(LONG_PTR), TRUE ); in GetWindowLongPtrW() 1218 return IntGetWindowLong( hWnd, nIndex, sizeof(WORD), FALSE ); in GetWindowWord()
|