ESAPI-C 1.0
The OWASP Enterprise Security API for C

windows_codec.h File Reference

Windows Command Shell Codec module header. More...

Go to the source code of this file.

Functions

char * encode_windows_char (char *, char)
 Returns a Windows shell encoded character.
char decode_windows_char (const char *, int *, char *)

Detailed Description

Windows Command Shell Codec module header.

Since:
January 30, 2011

Definition in file windows_codec.h.


Function Documentation

char* encode_windows_char ( char *  tokenbuff,
char  ch 
)

Returns a Windows shell encoded character.

Parameters:
tokenbuffA character array to hold the encoded character
chThe character to encode

Definition at line 22 of file windows_codec.c.

References nonatohex().

 All Data Structures Files Functions Variables Typedefs Defines