Changeset 80860 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Sep 17, 2019 1:13:26 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133430
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTSystemQueryFirmware.cpp
r80708 r80860 66 66 67 67 PRTSYSFWVALUE pValue; 68 rc = RTSystemFirmwareValue Get(RTSYSFWPROP_SECURE_BOOT, &pValue);68 rc = RTSystemFirmwareValueQuery(RTSYSFWPROP_SECURE_BOOT, &pValue); 69 69 if (RT_SUCCESS(rc)) 70 70 {
Note:
See TracChangeset
for help on using the changeset viewer.