Prev Next
TEXT infoThe TEXT macro identifies a string as Unicode when the UNICODE compile flag is used or as an ANSI string when Unicode is not defined. TEXT(
Parameters
RemarksThe TEXT macro is defined as follows: #define TEXT(quote) L##quote |