POSITION 类型
This topic lists thedata types most commonly used in the Microsoft Foundation Class Library. Mostof the data types are the same as those in the Platform Software DevelopmentKit (SDK), while others are unique to MFC.
For information about the data types usedin both the Windows SDK and MFC, see Windows Data Types.
Data types unique to the MicrosoftFoundation Class Library include the following:
· POSITION A value used to denote the position ofan element in a collection; used by MFC collection classes.
· LPCRECT A 32-bit pointer to a constant(nonmodifiable) RECT structure.
(明确、具体、踏实、当前、小的目标) 工作效率低时,给自己设一个较短的攻关时间,如:上午10点,给自己设定 11:30 要完成哪几项具体任务。
本文详细介绍了Microsoft Foundation Class Library (MFC) 中的POSITION和LPCRECT数据类型,包括它们的用途及与其他数据类型的比较。特别强调了如何在MFC集合类中使用POSITION来表示元素的位置,以及LPCRECT作为常量指针的用法。
5444

被折叠的 条评论
为什么被折叠?



