C
void UnencodeURL( BYTE* URL );
Description
This function is deprecated except for use with HTTP Classic. It attempts to decode a URL encoded string, converting all hex escape sequences into a literal byte. However, it is inefficient over long strings and does not handle URL-encoded data strings ('&' and '=').
Preconditions
None
Parameters
Parameters |
Description |
URL |
the null-terminated string to decode |
Returns
None