WindowsAPI开发常用资料
2020-12-13 02:24
标签:des c style class blog code WindowsAPI开发常用资料,搜素材,soscw.com WindowsAPI开发常用资料 标签:des c style class blog code 原文地址:http://www.cnblogs.com/xuejianhui/p/3765954.html
主类
子类
功能
Win32API
SHGetSpecialFolderLocation
获取系统特殊文件夹路径(SHGetSpecialFolderLocation)
通过 SHGetSpecialFolderLocation、SHGetPathFromIDList 函数获取常用路径
OutputDebugString
使用OutputDebugString将调试信息输出
MakeSureDirectoryPathExists
MakeSureDirectoryPathExists
C/C++中判断某一文件或目录是否存在
IOCP
IOCP
GetQueuedCompletionStatus function
PostQueuedCompletionStatus function
PostQueuedCompletionStatus函数与GetQueuedCompletionStatus函数
Timer
win32控制台程序中定时器的实现
Win32 API中使用定时器的三种方法
Win32定时器
Event
事件编程(一)
事件编程(二)
动态创建控件支持事件响应并可保存与读取
CreatEvent SetEvent ResetEventWindows API一日一练(45)CreateEvent和SetEvent函数
Critical
深入理解CRITICAL_SECTION
Break Free of Code Deadlocks in Critical Sections Under Windows
GDI+
Saving a Drawing to a Bitmap File
Flicker Free Drawing In MFC
Rendering Text with OpenType Fonts Using GDI
Modified Bresenham‘s Line Drawing Algorthm
Hypotrochoid / Spirograph
Saving Drawing Contexts
Guide to WIN32 Regions
Creating alternate GUI using Vector Art
Bat
Windows脚本 - %~dp0的含义
Bat 文件(批处理文件) 语法
WTL
Windows Template Library (WTL)
Windows 7下使用VC++ 2008 Express Edition+WDK和WTL开发驱动和应用程序界面编程总结(4)
WTL for MFC Programmers, Part V - Advanced Dialog UI Classes