Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.7 KB

string-and-text-classes.md

File metadata and controls

32 lines (21 loc) · 1.7 KB
description title ms.date ms.topic helpviewer_keywords ms.assetid
Learn more about: String and Text Classes
ATL String and Text Classes
11/04/2016
reference
string conversion, ATL
string classes [ATL]
aa0cdc41-c953-4b17-82b6-59b908545571

String and Text Classes

These classes provide support for strings and text string conversions.

  • CA2AEX This class is used by the string conversion macros CA2TEX and CT2AEX, and the typedef CA2A.

  • CA2CAEX This class is used by string conversion macros CA2CTEX and CT2CAEX, and the typedef CA2CA.

  • CA2WEX This class is used by the string conversion macros CA2TEX, CA2CTEX, CT2WEX, and CT2CWEX, and the typedef CA2W.

  • CW2AEX This class is used by the string conversion macros CT2AEX, CW2TEX, CW2CTEX, and CT2CAEX, and the typedef CW2A.

  • CW2CWEX This class is used by the string conversion macros CW2CTEX and CT2CWEX, and the typedef CW2CW.

  • CW2WEX This class is used by the string conversion macros CW2TEX and CT2WEX, and the typedef CW2W.

  • CComBSTR This class is a wrapper for BSTRs.

  • _U_STRINGorID This argument adapter class allows either resource names (LPCTSTRs) or resource IDs (UINTs) to be passed to a function without requiring the caller to convert the ID to a string using the MAKEINTRESOURCE macro.

See also

Class Overview
ATL and MFC String Conversion Macros