Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.22 KB

constant-and-global-variable-mappings.md

File metadata and controls

27 lines (22 loc) · 1.22 KB
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
_tenviron
TCHAR/_tenviron
_TEOF
TCHAR/_TEOF
_tpgmptr
TCHAR/_tpgmptr
_tenviron global constant
_TEOF global constant
_tpgmptr global constant
3af4fd3e-9ed5-4ed9-96fd-7031e5126fd1

Constant and global variable mappings

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 constant and global variable mappings

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

See also

Generic-text mappings
Data type mappings
Routine mappings
A sample generic-text program
Using generic-text mappings