Searched refs:pszItemText (Results 1 – 4 of 4) sorted by relevance
/reactos/win32ss/user/user32/windows/ |
H A D | window.c | 907 LPSTR pszItemText, in GetAltTabInfoA() argument 910 return NtUserGetAltTabInfo(hwnd,iItem,pati,(LPWSTR)pszItemText,cchItemText,TRUE); in GetAltTabInfoA() 921 LPWSTR pszItemText, in GetAltTabInfoW() argument 924 return NtUserGetAltTabInfo(hwnd,iItem,pati,pszItemText,cchItemText,FALSE); in GetAltTabInfoW()
|
/reactos/win32ss/user/ntuser/ |
H A D | ntstubs.c | 90 LPWSTR pszItemText, in NtUserGetAltTabInfo() argument
|
/reactos/win32ss/include/ |
H A D | ntuser.h | 2134 LPWSTR pszItemText,
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 4900 _Out_writes_opt_(cchItemText) LPSTR pszItemText, 4909 _Out_writes_opt_(cchItemText) LPWSTR pszItemText,
|