VirtualBox

Changeset 3879 in vbox for trunk/src


Ignore:
Timestamp:
Jul 26, 2007 2:09:03 PM (17 years ago)
Author:
vboxsync
Message:

Put back skip own process flag

File:
1 edited

Legend:

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

    r3878 r3879  
    223223                                    VBoxHandleWinEvent,
    224224                                    0, 0,
    225                                     WINEVENT_INCONTEXT);
     225                                    WINEVENT_INCONTEXT | WINEVENT_SKIPOWNPROCESS);
    226226
    227227    hEventHook[1] = SetWinEventHook(EVENT_OBJECT_CREATE, EVENT_OBJECT_HIDE,
     
    229229                                    VBoxHandleWinEvent,
    230230                                    0, 0,
    231                                     WINEVENT_INCONTEXT);
     231                                    WINEVENT_INCONTEXT | WINEVENT_SKIPOWNPROCESS);
    232232    return !!hEventHook[0];
    233233}
Note: See TracChangeset for help on using the changeset viewer.

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