Changeset 94674 in vbox
- Timestamp:
- Apr 21, 2022 5:14:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxCryptoIf.h
r94673 r94674 94 94 * @param hCryptoCtx Handle of crpytographic context to destroy. 95 95 */ 96 DECLR3CALLBACKMEMBER(int, pfnCryptoCtx Load, (VBOXCRYPTOCTX hCryptoCtx));96 DECLR3CALLBACKMEMBER(int, pfnCryptoCtxDestroy, (VBOXCRYPTOCTX hCryptoCtx)); 97 97 98 98 /**
Note:
See TracChangeset
for help on using the changeset viewer.