Share via


TEXT (Windows Embedded CE 6.0)

1/6/2010

This macro identifies a string as Unicode when the UNICODE compile flag is used or as an ANSI string when Unicode is not defined.

Syntax

#define TEXT(quote) L##quote

Parameters

  • string
    Specifies the string to be interpreted as either Unicode or ANSI.

Requirements

Header winnt.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Unicode Macros