Searched refs:co_IntSetWindowLongPtr (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | window.c | 3828 co_IntSetWindowLongPtr(HWND hWnd, DWORD Index, LONG_PTR NewValue, BOOL Ansi, ULONG Size, BOOL bAlte… in co_IntSetWindowLongPtr() function 4027 return (LONG)co_IntSetWindowLongPtr(hWnd, Index, NewValue, Ansi, sizeof(LONG), FALSE); in co_UserSetWindowLong() 4033 return co_IntSetWindowLongPtr(hWnd, Index, NewValue, Ansi, sizeof(LONG_PTR), FALSE); in co_UserSetWindowLongPtr() 4061 ret = (LONG)co_IntSetWindowLongPtr(hWnd, Index, NewValue, Ansi, sizeof(LONG), FALSE); in NtUserSetWindowLong() 4083 ret = co_IntSetWindowLongPtr(hWnd, Index, NewValue, Ansi, sizeof(LONG_PTR), FALSE); in NtUserSetWindowLongPtr() 4105 ret = co_IntSetWindowLongPtr(hWnd, Index, NewValue, FALSE, sizeof(LONG), TRUE); in NtUserAlterWindowStyle()
|