CryptoGetFirstAlgorithm (FUN)
FUNCTION CryptoGetFirstAlgorithm : RTS_IEC_HANDLE
Get the first algorthm matching the type given. Use this with the GetNext function to iterate over algorthmes of a specific type.
- InOut:
Scope
Name
Type
Comment
Return
CryptoGetFirstAlgorithmRTS_IEC_HANDLEHandle to the crypto algorithm
Input
ui32CryptoTypeRtsCryptoTypeType of the algorithm. See: Crypto Types
pszNamePOINTER TO STRING
Name of the algorthm. Can be NULL.
i32MaxNameLenDINTMaximum length of the name buffer
pui32CryptoIDPOINTER TO RtsCryptoID
ID of the algorithm.
pResultPOINTER TO RTS_IEC_RESULT
Result of the operation. Can be NULL.