Changeset 10294 for trunk/include/win/winuser.h
- Timestamp:
- Oct 24, 2003, 4:46:29 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winuser.h
r9973 r10294 3319 3319 BOOL WINAPI EnumThreadWindows(DWORD,WNDENUMPROC,LPARAM); 3320 3320 BOOL WINAPI ExitWindowsEx(UINT,DWORD); 3321 HWND WINAPI GetAncestor( HWND hwnd, UINT type ); 3321 3322 BOOL WINAPI GetGUIThreadInfo(DWORD dwThreadId, GUITHREADINFO *lpThreadInfo); 3322 3323 BOOL WINAPI GetIconInfo(HICON,LPICONINFO); … … 3333 3334 #define GetMonitorInfo WINELIB_NAME_AW(GetMonitorInfo) 3334 3335 DWORD WINAPI GetWindowContextHelpId(HWND); 3336 3337 UINT WIN32API GetWindowModuleFileNameA(HWND hwnd, LPTSTR lpszFileName, UINT cchFileNameMax); 3338 UINT WIN32API GetWindowModuleFileNameW(HWND hwnd, LPWSTR lpszFileName, UINT cchFileNameMax); 3339 #define GetWindowModuleFileName WINELIB_NAME_AW(GetWindowModuleFileName) 3340 3335 3341 DWORD WINAPI GetWindowThreadProcessId(HWND,LPDWORD); 3336 3342 BOOL WINAPI IsWindowUnicode(HWND);
Note:
See TracChangeset
for help on using the changeset viewer.