Skip to content

Commit 75d6515

Browse files
authored
Merge pull request #5469 from Rageking8/clean-up-data-types-mfc-topic
Clean up "Data Types (MFC)" topic
2 parents 33d7db8 + ab95a76 commit 75d6515

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

docs/mfc/reference/data-types-mfc.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
---
2-
description: "Learn more about: Data Types (MFC)"
32
title: "Data Types (MFC)"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Data Types (MFC)"
4+
ms.date: 11/04/2016
55
f1_keywords: ["LPCRECT", "POSITION"]
66
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]"]
7-
ms.assetid: 8954848b-2c01-4a4f-abf5-ee55f6a05eeb
87
---
98
# Data Types (MFC)
109

11-
This topic lists the data types most commonly used in the Microsoft Foundation Class Library. Most of the data types are the same as those in the Platform Software Development Kit (SDK), while others are unique to MFC.
12-
13-
For information about the data types used in both the Windows SDK and MFC, see [Windows Data Types](/windows/win32/WinProg/windows-data-types).
10+
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.
1411

15-
Data types unique to the Microsoft Foundation Class Library include the following:
12+
For information about the data types used in both the Windows SDK and MFC, see [Windows Data Types](/windows/win32/WinProg/windows-data-types).
1613

17-
- POSITION A value used to denote the position of an element in a collection; used by MFC collection classes.
14+
Data types unique to MFC include the following:
1815

19-
- LPCRECT A 32-bit pointer to a constant (nonmodifiable) `RECT` structure.
16+
- `POSITION` - A value used to denote the position of an element in a collection; used by MFC collection classes.
17+
- `LPCRECT` - A 32-bit pointer to a constant (nonmodifiable) [`RECT`](/windows/win32/api/windef/ns-windef-rect) structure.
2018

2119
## See also
2220

23-
[Class Overview](../../mfc/class-library-overview.md)<br/>
24-
[Macros and Globals](../../mfc/reference/mfc-macros-and-globals.md)
21+
[Class Overview](../class-library-overview.md)\
22+
[Macros and Globals](mfc-macros-and-globals.md)

0 commit comments

Comments
 (0)