Home
last modified time | relevance | path

Searched refs:dwNewLong (Results 1 – 6 of 6) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Dclass.c1497 LONG dwNewLong) in SetClassLongA() argument
1523 dwNewLong = (LONG_PTR)&Value; in SetClassLongA()
1542 dwNewLong = (LONG_PTR)&Value; in SetClassLongA()
1566 LONG dwNewLong) in SetClassLongW() argument
1582 dwNewLong = (LONG_PTR)&Value; in SetClassLongW()
1591 dwNewLong = (LONG_PTR)&Value; in SetClassLongW()
1608 LONG_PTR dwNewLong) in SetClassLongPtrA() argument
1623 LONG_PTR dwNewLong) in SetClassLongPtrW() argument
1686 LONG dwNewLong) in SetWindowLongA() argument
1700 LONG dwNewLong) in SetWindowLongW() argument
[all …]
/reactos/win32ss/user/ntuser/
H A Dclass.c2608 ULONG_PTR dwNewLong, in IntNtUserSetClassLongPtr() argument
2637 if (IS_ATOM(dwNewLong)) in IntNtUserSetClassLongPtr()
2641 Value.Buffer = (PWSTR)dwNewLong; in IntNtUserSetClassLongPtr()
2645 Value = ProbeForReadUnicodeString((PUNICODE_STRING)dwNewLong); in IntNtUserSetClassLongPtr()
2673 dwNewLong = (ULONG_PTR)&Value; in IntNtUserSetClassLongPtr()
2678 dwNewLong, in IntNtUserSetClassLongPtr()
2686 if (Ret && Ret != dwNewLong) in IntNtUserSetClassLongPtr()
2709 _In_ ULONG dwNewLong, in NtUserSetClassLong() argument
2712 return IntNtUserSetClassLongPtr(hWnd, Offset, dwNewLong, Ansi, sizeof(LONG)); in NtUserSetClassLong()
2722 _In_ ULONG_PTR dwNewLong, in NtUserSetClassLongPtr() argument
[all …]
/reactos/sdk/lib/atl/
H A Datlwin.h34 inline LONG_PTR SetWindowLongPtr(HWND hWnd, int nIndex, LONG_PTR dwNewLong) in SetWindowLongPtr() argument
36 return SetWindowLong(hWnd, nIndex, (LONG)dwNewLong); in SetWindowLongPtr()
1270 LONG SetWindowLong(int nIndex, LONG dwNewLong) in SetWindowLong() argument
1273 return ::SetWindowLong(m_hWnd, nIndex, dwNewLong); in SetWindowLong()
1276 LONG_PTR SetWindowLongPtr(int nIndex, LONG_PTR dwNewLong) in SetWindowLongPtr() argument
1279 return ::SetWindowLongPtr(m_hWnd, nIndex, dwNewLong); in SetWindowLongPtr()
/reactos/win32ss/include/
H A Dntuser.h3020 _In_ ULONG dwNewLong,
3030 _In_ ULONG_PTR dwNewLong,
/reactos/sdk/lib/cicero/
H A Dcicuif.h540 static void SetThis(HWND hWnd, LONG_PTR dwNewLong);
H A Dcicuif.cpp1542 CUIFWindow::SetThis(HWND hWnd, LONG_PTR dwNewLong) in SetThis() argument
1544 ::SetWindowLongPtr(hWnd, GWLP_USERDATA, dwNewLong); in SetThis()