Function Prototypes:ttCryptoSessionOpenFunc
| int ttCryptoSessionOpenFunc | ( |
| ttUserVoidPtr TM_FAR * sessionPtrPtr, | |
| ttUserVoidPtr param1Ptr, | |
| ttUserVoidPtr param2Ptr | |
| ); |
Function Description
This function takes three parameters, and opens a crypto session.
Parameters
- sessionPtrPtr
- When this function call returns, sessionPtrPtr stores the session pointer.
- param1Ptr
- Parameter to the function
- param2Ptr
- Parameter to the function
Returns
- TM_ENOERROR
- Success
- Other
- Failure.