This macro identifies a string as Unicode when the UNICODE compile flag is used or as an ANSI string when Unicode is not defined.
At a Glance
Header file: | Winnt.h |
Windows CE versions: | 1.0 and later |
Syntax
TEXT( LPTSTR string );
Parameters
string
Specifies the string to be interpreted as either Unicode or ANSI.
Remarks
The TEXT macro is defined as follows:
#define TEXT(quote) L##quote