- Timestamp:
- Jun 1, 2010 3:24:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
r29956 r29958 363 363 364 364 NTSTATUS ret = ZwQuerySystemInformation(SystemModuleInformation, (PVOID)&cbBuffer, 0, &cbBuffer); 365 if (ret != STATUS_ SUCCESS)365 if (ret != STATUS_INFO_LENGTH_MISMATCH) 366 366 { 367 367 VBoxServiceVerbose(1, "ZwQuerySystemInformation returned %x (1)\n", ret);
Note:
See TracChangeset
for help on using the changeset viewer.