The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ATL_ESC Flags
These flags are used to control the behavior of EscapeXML.
#define ATL_ESC_FLAG_NONE
#define ATL_ESC_FLAG_ATTR
Flag | Description |
|---|---|
ATL_ESC_FLAG_NONE | Default behavior. Quote marks and apostrophes are not converted. |
ATL_ESC_FLAG_ATTR | Quote marks and apostrophes are converted to " and ' respectively. |
Requirements
Header: atlenc.h
Show: