VirtualBox

Changeset 84329 in vbox for trunk/include/iprt/crypto


Ignore:
Timestamp:
May 18, 2020 1:35:33 PM (5 years ago)
Author:
vboxsync
Message:

IPRT: Adding RTCrStoreCreateInMemEx that allows specifying a parent store to provide a kind of union store. bugref:9699

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/crypto/store.h

    r84310 r84329  
    159159
    160160RTDECL(int) RTCrStoreCreateInMem(PRTCRSTORE phStore, uint32_t cSizeHint);
     161RTDECL(int) RTCrStoreCreateInMemEx(PRTCRSTORE phStore, uint32_t cSizeHint, RTCRSTORE hParentStore);
    161162
    162163RTDECL(uint32_t) RTCrStoreRetain(RTCRSTORE hStore);
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