What does _T mean?

Hi All,

Can anyone tell me what this prefix _T means in some C++ code?

Thanks,
Farhan
closed account (z05DSL3A)
It is probably a macro to handle Unicode/non-Unicode in windows.

See: http://msdn.microsoft.com/en-us/library/dybsewaf(VS.80).aspx
If it's a lowercase _t, like wchar_t, I think it has something to do with a naming convention for typedefs in C.
Topic archived. No new replies allowed.