Changeset 101299 in vbox for trunk/src/VBox/Main/include/VirtualBoxImpl.h
- Timestamp:
- Sep 27, 2023 9:21:05 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r101282 r101299 322 322 HRESULT i_releaseCryptoIf(PCVBOXCRYPTOIF pCryptoIf); 323 323 HRESULT i_unloadCryptoIfModule(void); 324 HRESULT i_getSupportedGuestOSTypes(std::vector<PlatformArchitecture_T> aArchitectures, std::vector<ComPtr<IGuestOSType>> &aGuestOSTypes); 324 HRESULT i_getSupportedGuestOSTypes(std::vector<PlatformArchitecture_T> aArchitectures, 325 std::vector<ComPtr<IGuestOSType> > &aGuestOSTypes); 325 326 326 327 private:
Note:
See TracChangeset
for help on using the changeset viewer.