Performs the inverse transformation of the data from array, tranformed by CryptEncode().
int CryptEncode(
|
Parameters
method
[in] Data transformation method. Can be one of the values of ENUM_CRYPT_METHOD enumeration.
data[]
[in] Source array.
key[]
[in] Key array.
result[]
[out] Destination array.
Return Value
Amount of bytes in the destination array or 0 in case of error. To obtain information about the error call the GetLastError() function.
See also