Changeset 46978 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Jul 4, 2013 10:55:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/include/VBoxHook.h
r46182 r46978 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 19 19 20 20 /* custom messages as we must install the hook from the main thread */ 21 /** @todo r=andy Use WM_APP + n offsets here! */ 21 22 #define WM_VBOX_SEAMLESS_ENABLE 0x2001 22 23 #define WM_VBOX_SEAMLESS_DISABLE 0x2002 … … 26 27 27 28 28 #define VBOXHOOK_DLL_NAME "VBoxHook.dll"29 #define VBOXHOOK_DLL_NAME "VBoxHook.dll" 29 30 #define VBOXHOOK_GLOBAL_DT_EVENT_NAME "Local\\VBoxHookDtNotifyEvent" 30 31 #define VBOXHOOK_GLOBAL_WT_EVENT_NAME "Local\\VBoxHookWtNotifyEvent"
Note:
See TracChangeset
for help on using the changeset viewer.