Skip to content

Latest commit

 

History

History
49 lines (44 loc) · 1.08 KB

File metadata and controls

49 lines (44 loc) · 1.08 KB
title Data Types Classes (ATL) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc.atl.datatypes
dev_langs
C++
helpviewer_keywords
data types classes [C++]
data types [C++], classes
ms.assetid 29882bab-9174-4dfa-8227-ccfeba80b865
caps.latest.revision 13
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

Data Types Classes

The following classes wrap C++ data types:

  • CComBSTR Wraps the BSTR data type.

  • CComVariant Wraps the VARIANT data type.

  • CComCurrency Includes methods and operators for creating and managing a CURRENCY object.

See Also

Class Overview