C Functions
_CP_str0
.md_CP_str0 is a static CPSTR* that points to a single character string that contains 0. It should be used for reading only.
Warning: Never write into _CP_str0.
Example(s)
CPSTR * s = _CP_str0;
See also
Referenced by
1 topic mentions _CP_str0 in its description.