码迷,mamicode.com
首页 > Windows程序 > 详细

WindowsAPI开发常用资料

时间:2014-06-06 20:10:01      阅读:395      评论:0      收藏:0      [点我收藏+]

标签:des   c   style   class   blog   code   

 

 

主类 子类 功能

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 ResetEvent
Windows 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

WindowsAPI开发常用资料,布布扣,bubuko.com

WindowsAPI开发常用资料

标签:des   c   style   class   blog   code   

原文地址:http://www.cnblogs.com/xuejianhui/p/3765954.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!