主類 |
子類 |
功能 |
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 |