Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.51 KB

File metadata and controls

25 lines (18 loc) · 1.51 KB
title Data Types (MFC)
description Learn more about: Data Types (MFC)
ms.date 11/04/2016
f1_keywords
LPCRECT
POSITION
helpviewer_keywords
LPCRECT data type [MFC]
WPARAM data type [MFC]
data types [MFC], MFC
LRESULT [MFC]
POSITION data type [MFC]
UINT [MFC]
LPVOID data type [MFC]
COLORREF [MFC]
LPCTSTR [MFC]
LPSTR [MFC]
DWORD operator [MFC]
WORD data type [MFC]
LPTSTR [MFC]
BYTE data type (Windows)
Long data type [MFC], Windows types
Boolean data type [MFC], supported data types
LPARAM data type [MFC]
LPCSTR [MFC]

Data Types (MFC)

Note

The Microsoft Foundation Classes (MFC) library continues to be supported. However, we're no longer adding features or updating the documentation.

This topic lists the data types most commonly used in the Microsoft Foundation Class (MFC) Library. Most of the data types are the same as those in the Platform Software Development Kit (SDK), while others are unique to MFC.

For information about the data types used in both the Windows SDK and MFC, see Windows Data Types.

Data types unique to MFC include the following:

  • POSITION - A value used to denote the position of an element in a collection; used by MFC collection classes.
  • LPCRECT - A 32-bit pointer to a constant (nonmodifiable) RECT structure.

See also

Class Overview
Macros and Globals