Changeset 4464 in vbox
- Timestamp:
- Aug 31, 2007 9:29:02 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24057
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.cpp
r4461 r4464 77 77 if (!hNotifyEvent) 78 78 { 79 hNotifyEvent = OpenEvent(EVENT_ ALL_ACCESS, FALSE, VBOXHOOK_GLOBAL_EVENT_NAME);79 hNotifyEvent = OpenEvent(EVENT_MODIFY_STATE, FALSE, VBOXHOOK_GLOBAL_EVENT_NAME); 80 80 dprintf(("OpenEvent returned %x (last err=%x)\n", hNotifyEvent, GetLastError())); 81 81 }
Note:
See TracChangeset
for help on using the changeset viewer.