(const char* string, int length,
char* szResult, int ret_length )
This function encode plain string to base64 string.
Documentation
This function encode plain string to base64 string.
- Parameters:
- string - [in] plain string
length - [in] length of plain string
result - [out] buffer for base64 string.
ret_length - [in] size of buffer to save base64 string.
- Returns:
- if it success, it returns encoded character number.
if szResult is NULL, it returns -1.
if size of szResult is smaller than base64 string to save, it returns -1.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.