TEXT (Windows CE 5.0)
This macro identifies a string as Unicode when the UNICODE compile flag is used or as an ANSI string when Unicode is not defined.
#define TEXT(quote) L##quote
Parameters
- string
Specifies the string to be interpreted as either Unicode or ANSI.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winnt.h.
Send Feedback on this topic to the authors