
VC++
iplinger
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
AfxGetApp()函数的作用
AfxGetApp返回一个CWinApp对象指针,就是MFC生成的C??App.cpp中定义的那个对象。如果你需要调用这个对象的某个成员函数,就可以使用AfxGetApp()函数。转载 2004-09-27 18:51:00 · 1823 阅读 · 0 评论 -
Windows Data Types
Windows Data TypesThe data types supported by Microsoft® Windows® are used to define function return values, function and message parameters, and structure members. They define the size and meanin转载 2004-09-27 19:32:00 · 861 阅读 · 0 评论 -
VC++_光标等待问题
调 用 BeginWaitCursor 函 数 来 启 动 等 待 光 标,调 用 EndWaitCursor 函 数 来 结 束 等 待 光 标。要 注 意,二 者 都 要 调 用 app 的 成 员 函 数,如 下 所 示: AfxGetApp()->BeginWaitCursor(); // 要做的事 AfxGetApp()->EndWaitCursor();转载 2004-09-27 18:46:00 · 1222 阅读 · 0 评论 -
DECLARE_DYNAMIC() MFC Library Reference
MFC Library Reference DECLARE_DYNAMICAdds the ability to access run-time information about an objects class when deriving a class from CObject.DECLARE_DYNAMIC(class_name )Paramete转载 2004-09-27 19:26:00 · 1076 阅读 · 0 评论 -
memset, wmemset Run-Time Library Referenc
Run-Time Library Reference memset, wmemsetSee AlsoBuffer Manipulation Routines | _memccpy | memchr | memcmp | memcpy | _strnset | Run-Time Routines and .NET Framework Equi转载 2004-10-13 10:54:00 · 1024 阅读 · 0 评论