VirtualBox

Changeset 84329 in vbox for trunk/include


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

Location:
trunk/include/iprt
Files:
2 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);
  • trunk/include/iprt/mangling.h

    r84310 r84329  
    38713871# define RTCrStoreRetain                                RT_MANGLER(RTCrStoreRetain)
    38723872# define RTCrStoreCreateInMem                           RT_MANGLER(RTCrStoreCreateInMem)
     3873# define RTCrStoreCreateInMemEx                         RT_MANGLER(RTCrStoreCreateInMemEx)
    38733874# define RTCrStoreCreateSnapshotById                    RT_MANGLER(RTCrStoreCreateSnapshotById)
    38743875# define RTCrStoreCreateSnapshotOfUserAndSystemTrustedCAsAndCerts RT_MANGLER(RTCrStoreCreateSnapshotOfUserAndSystemTrustedCAsAndCerts)
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