Changeset 34130 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoMisc.cpp
- Timestamp:
- Nov 16, 2010 10:42:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoMisc.cpp
r34079 r34130 644 644 645 645 RtlInitUnicodeString(&RtlStr, pName); 646 InitializeObjectAttributes(&ObjAttr, &RtlStr, OBJ_CASE_INSENSITIVE , NULL, NULL);646 InitializeObjectAttributes(&ObjAttr, &RtlStr, OBJ_CASE_INSENSITIVE | OBJ_KERNEL_HANDLE, NULL, NULL); 647 647 648 648 return ZwOpenKey(phKey, fAccess, &ObjAttr);
Note:
See TracChangeset
for help on using the changeset viewer.