VirtualBox

Changeset 29358 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
May 11, 2010 2:18:47 PM (15 years ago)
Author:
vboxsync
Message:

PROCESS_VM_READ is not required

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp

    r29357 r29358  
    193193
    194194    /* Get a list of all the modules in this process. */
    195     hProcess = OpenProcess(PROCESS_QUERY_INFORMATION | PROCESS_VM_READ,
     195    hProcess = OpenProcess(PROCESS_QUERY_INFORMATION,
    196196                           FALSE /* no child process handle inheritance */, dwProcessId);
    197197    if (hProcess == NULL)
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