《windows核心编程》笔记(API)
第一章:错误处理
1、UNREFERENCED_PARAMETER的用处
2、LoadString的用法
3、MAKEINTRESOURCE,LoadIcon,LoadCursor的用法
4、RegisterClassEx,CreateWindow,ShowWindow,UpdateWindow,详情见百科
5、LOWORD,HIWORD的用法
6、DialogBox,EnableWindow,EndDialog,DestroyWindow,DefWindowProc,PostQuitMessage,BeginPaint,EndPaint的用法
7、DialogBoxParam的用法
8、FindWindow的用法
9、isWindow的用法
10、SetForegroundWindow的用法
11、SendMessage的用法
12、Edit_LimitText,Edit_GetTextLength的用法
13、IsDlgButtonChecked的用法
14、SetWindowPos的用法
15、MAKELANGID的用法
16、FormatMessage的用法