HttpUnConvertName

Converts all escaped values into the appropriate character.

Syntax

    #include <httpexp.h>
    
    void HttpUnConvertName (
      char     *src,
      char     *dst,
      UINT32    srclen);
    

Parameters

src
(IN) Points to an ASCII string from which to convert Escaped characters.
dst
(OUT) Points to where to place the resulting string. The resulting string is NULL terminated.
srclen
(IN) Specifies the length of the source string.

See Also

HttpConvertName