Changeset 94720 in vbox for trunk/src/VBox/Main/include/VirtualBoxImpl.h
- Timestamp:
- Apr 27, 2022 12:58:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r94660 r94720 21 21 # pragma once 22 22 #endif 23 24 #include <VBox/VBoxCryptoIf.h> 23 25 24 26 #include "VirtualBoxBase.h" … … 292 294 void i_storeSettingsKey(const Utf8Str &aKey); 293 295 bool i_isMediaUuidInUse(const Guid &aId, DeviceType_T deviceType); 296 HRESULT i_retainCryptoIf(PCVBOXCRYPTOIF *ppCryptoIf); 297 HRESULT i_releaseCryptoIf(PCVBOXCRYPTOIF pCryptoIf); 298 HRESULT i_unloadCryptoIfModule(void); 294 299 295 300
Note:
See TracChangeset
for help on using the changeset viewer.