Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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)RECTstructure.