VirtualBox

Ignore:
Timestamp:
Nov 16, 2010 10:42:54 PM (14 years ago)
Author:
vboxsync
Message:

wddm: autoresize fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoMisc.cpp

    r34079 r34130  
    644644
    645645    RtlInitUnicodeString(&RtlStr, pName);
    646     InitializeObjectAttributes(&ObjAttr, &RtlStr, OBJ_CASE_INSENSITIVE, NULL, NULL);
     646    InitializeObjectAttributes(&ObjAttr, &RtlStr, OBJ_CASE_INSENSITIVE | OBJ_KERNEL_HANDLE, NULL, NULL);
    647647
    648648    return ZwOpenKey(phKey, fAccess, &ObjAttr);
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