ATL_ESC Flags

 

These flags are used to control the behavior of EscapeXML.

Syntax

      #define ATL_ESC_FLAG_NONE 
#define ATL_ESC_FLAG_ATTR

Remarks

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

See Also

Active Template Library (ATL) Concepts
ATL COM Desktop Components
ATL Macros Alphabetical Reference
EscapeXML