VirtualBox

Changeset 94744 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Apr 28, 2022 6:12:39 PM (3 years ago)
Author:
vboxsync
Message:

Main/ConsoleImpl: Some helpers to retain and release the cryptographic interface (mirrors the implementation in VirtualBoxImpl required for the NVRAM store). Loading the actual extension pack plugin is missing still, bugref:9955 [changed the return type]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r94742 r94744  
    323323    HRESULT i_setDiskEncryptionKeys(const Utf8Str &strCfg);
    324324
    325     HRESULT i_retainCryptoIf(PCVBOXCRYPTOIF *ppCryptoIf);
    326     HRESULT i_releaseCryptoIf(PCVBOXCRYPTOIF pCryptoIf);
     325    int i_retainCryptoIf(PCVBOXCRYPTOIF *ppCryptoIf);
     326    int i_releaseCryptoIf(PCVBOXCRYPTOIF pCryptoIf);
    327327
    328328#ifdef VBOX_WITH_GUEST_PROPS
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette