Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 843 Bytes

File metadata and controls

26 lines (21 loc) · 843 Bytes
title Data Types Classes (ATL) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-atl
ms.topic reference
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
author mikeblome
ms.author mblome
ms.workload
cplusplus

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