Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 2.15 KB

File metadata and controls

58 lines (48 loc) · 2.15 KB
title ATL String and Text Classes | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
string conversion, ATL
string classes [ATL]
ms.assetid aa0cdc41-c953-4b17-82b6-59b908545571
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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