Skip to content

Commit bb1bda7

Browse files
authored
Tweak "Data Types (MFC)" topic
1 parent 09c8081 commit bb1bda7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ ms.assetid: 8954848b-2c01-4a4f-abf5-ee55f6a05eeb
88
---
99
# Data Types (MFC)
1010

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.
11+
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.
1212

1313
For information about the data types used in both the Windows SDK and MFC, see [Windows Data Types](/windows/win32/WinProg/windows-data-types).
1414

15-
Data types unique to the Microsoft Foundation Class Library include the following:
15+
Data types unique to MFC include the following:
1616

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

2120
## See also
2221

0 commit comments

Comments
 (0)