VirtualBox

Changeset 4464 in vbox


Ignore:
Timestamp:
Aug 31, 2007 9:29:02 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24057
Message:

Only need modify state access.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.cpp

    r4461 r4464  
    7777        if (!hNotifyEvent)
    7878        {
    79             hNotifyEvent = OpenEvent(EVENT_ALL_ACCESS, FALSE, VBOXHOOK_GLOBAL_EVENT_NAME);
     79            hNotifyEvent = OpenEvent(EVENT_MODIFY_STATE, FALSE, VBOXHOOK_GLOBAL_EVENT_NAME);
    8080            dprintf(("OpenEvent returned %x (last err=%x)\n", hNotifyEvent, GetLastError()));
    8181        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette