CryptoGetNextAlgorithm (FUN)
FUNCTION CryptoGetNextAlgorithm : RTS_IEC_HANDLE
Get the next algorthm matching the type given.
- InOut:
Scope
Name
Type
Comment
Return
CryptoGetNextAlgorithmRTS_IEC_HANDLEHandle to the crypto algorithm
Input
hCryptoRTS_IEC_HANDLEHandle to the last algorithem.
ui32CryptoTypeRtsCryptoTypeHandle to the last algorithem.
pszNamePOINTER TO STRING
Name of the agorithm. Can be NULL.
i32MaxNameLenDINTMaximum length of the name buffer
pui32CryptoIDPOINTER TO RtsCryptoID
ID of the agorithm.
pResultPOINTER TO RTS_IEC_RESULT
Result of the operation. Can be NULL.