Changeset 6903 for trunk/include/winuser32.h
- Timestamp:
- Oct 1, 2001, 12:25:43 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winuser32.h
r6479 r6903 8 8 #define __WINUSER32_H__ 9 9 10 #if ndef NO_DCDATA10 #if !defined(NO_DCDATA) && (defined(INCL_GPI) && defined(OS2_INCLUDED)) 11 11 12 12 #include <dcdata.h> … … 30 30 31 31 HWND WIN32API Win32ToOS2Handle(HWND hwndWin32); 32 HWND WIN32API Win32ToOS2FrameHandle(HWND hwndWin32); 32 33 HWND WIN32API OS2ToWin32Handle(HWND hwnd); 33 34 … … 49 50 LPSTR pszDescription, LPSTR pszIcoPath, INT iIcoNdx, BOOL fDesktop); 50 51 52 typedef BOOL (WIN32API *VISRGN_NOTIFY_PROC)(HWND hwnd, BOOL fDrawingAllowed, DWORD dwUserData); 53 //****************************************************************************** 54 // WinSetVisibleRgnNotifyProc 55 // To set a notification procedure for visible region changes of a specific window. 56 // The procedure will be called when a WM_VRNENABLED message is posted 57 // with ffVisRgnChanged set to TRUE 58 // 59 // Parameters: 60 // HWND hwnd window handle 61 // VISRGN_NOTIFY_PROC lpNotifyProc notification proc or NULL to clear proc 62 // DWORD dwUserData value used as 3rd parameter during 63 // visible region callback 64 // 65 // NOTE: Internal API 66 //****************************************************************************** 67 BOOL WIN32API WinSetVisibleRgnNotifyProc(HWND hwnd, VISRGN_NOTIFY_PROC lpNotifyProc, DWORD dwUserData); 68 51 69 #endif //__WINUSER32_H__
Note:
See TracChangeset
for help on using the changeset viewer.