You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
12
12
13
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).
14
14
15
-
Data types unique to the Microsoft Foundation Class Library include the following:
15
+
Data types unique to MFC include the following:
16
16
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.
0 commit comments