Changeset 7866 for trunk/src/user32/winevent.cpp
- Timestamp:
- Feb 11, 2002, 2:48:43 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winevent.cpp
r6618 r7866 1 /* $Id: winevent.cpp,v 1. 1 2001-08-31 20:31:03 phallerExp $ */1 /* $Id: winevent.cpp,v 1.2 2002-02-11 13:48:42 sandervl Exp $ */ 2 2 3 3 /* … … 62 62 *****************************************************************************/ 63 63 64 ODINPROCEDURE4(NotifyWinEvent, 65 DWORD, event, 66 HWND, hwnd, 67 LONG, idObjectType, 68 LONG, idObject) 64 void WIN32API NotifyWinEvent(DWORD event, HWND hwnd, LONG idObjectType, LONG idObject) 69 65 { 70 66 /*
Note:
See TracChangeset
for help on using the changeset viewer.