Changeset 91396 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 27, 2021 1:40:35 PM (3 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/NvramStoreImpl.h
r91346 r91396 80 80 // Wrapped NVRAM store properties 81 81 HRESULT getNonVolatileStorageFile(com::Utf8Str &aNonVolatileStorageFile); 82 HRESULT getUefiVariableStore(ComPtr<IUefiVariableStore> &aUefiVarStore); 82 83 83 84 // Wrapped NVRAM store members 84 /** @todo */85 HRESULT initUefiVariableStore(ULONG aSize); 85 86 86 87 #ifdef VBOX_COM_INPROC
Note:
See TracChangeset
for help on using the changeset viewer.