What does the \"T\" represents in a string. For example _T(\"Hello\").I have seen this in projects where unicode support is needed.What it actually tells the processor
Use the _T macro to code literal strings generically, so they compile as Unicode strings under Unicode or as ANSI strings (including MBCS) without Unicode