md5
- Синтаксис
-
#pragma deprecated Use hash_string() function. Also, see Hash_* constants. native md5(const szString[], md5buffer[34]);
Переменная | Описание |
---|---|
szString |
String to calculate keysum of |
md5buffer |
Buffer to copy the MD5 hash to |
- Описание
- Calculates the MD5 keysum of a string.
- Возвращает
- Number of cells written to the buffer (always 32)