Changeset 62717 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn
- Timestamp:
- Jul 29, 2016 10:03:37 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109291
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxDrvTool.cpp ¶
r62714 r62717 80 80 RtlInitUnicodeString(&RtlStr, pName); 81 81 NTSTATUS Status = ZwQueryValueKey(hKey, 82 &RtlStr,83 KeyValuePartialInformation,84 &Buf.Info,85 sizeof(Buf),86 &cbBuf);82 &RtlStr, 83 KeyValuePartialInformation, 84 &Buf.Info, 85 sizeof(Buf), 86 &cbBuf); 87 87 if (Status == STATUS_SUCCESS) 88 88 {
Note:
See TracChangeset
for help on using the changeset viewer.