C Functions
_CP_str_null
.md_CP_str_null points to a null length string. It should be used for reading only, to initialize a pointer with a pointer to a null string.
Warning: Never write into _CP_str_null.
Example(s)
CPSTR * s = _CP_str_null;
See also
Referenced by
3 topics mention _CP_str_null in its description.