- Timestamp:
- Aug 6, 2016 3:26:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.cpp
r63094 r63095 50 50 51 51 52 static void CALLBACK VBoxHandleWinEvent(HWINEVENTHOOK h ook, DWORD event, HWND hwnd,52 static void CALLBACK VBoxHandleWinEvent(HWINEVENTHOOK hWinEventHook, DWORD event, HWND hwnd, 53 53 LONG idObject, LONG idChild, 54 54 DWORD dwEventThread, DWORD dwmsEventTime) … … 104 104 } 105 105 106 static void CALLBACK VBoxHandleDesktopEvent(HWINEVENTHOOK h ook, DWORD event, HWND hwnd,106 static void CALLBACK VBoxHandleDesktopEvent(HWINEVENTHOOK hWinEventHook, DWORD event, HWND hwnd, 107 107 LONG idObject, LONG idChild, 108 108 DWORD dwEventThread, DWORD dwmsEventTime)
Note:
See TracChangeset
for help on using the changeset viewer.