description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: Constant and Global Variable Mappings |
Constant and Global Variable Mappings |
11/04/2016 |
|
|
3af4fd3e-9ed5-4ed9-96fd-7031e5126fd1 |
These generic-text constant, global variable, and standard-type mappings are defined in TCHAR.H and depend on whether the constant _UNICODE
or _MBCS
has been defined in your program.
Generic-text - object name | SBCS (_UNICODE , _MBCS not defined) |
_MBCS defined |
_UNICODE defined |
---|---|---|---|
_TEOF |
EOF |
EOF |
WEOF |
_tenviron |
_environ |
_environ |
_wenviron |
_tpgmptr |
_pgmptr |
_pgmptr |
_wpgmptr |
Generic-text mappings
Data type mappings
Routine mappings
A sample generic-text program
Using generic-text mappings