随笔分类 -  windows SDK编程

摘要:typedef struct { UINT cbSize; UINT style; WNDPROC lpfnWndProc; int cbClsExtra; int cbWndExtra; HINSTANCE hInstance; HICON hIcon; HCURSOR hCursor; HBRUSH hbrBackground; LPCTSTR lpszMenuName; LPCTSTR lpszClassName; HICON hIconSm;} WNDCLASSEX, *PWNDCLASSEX;typedef st... 阅读全文
posted @ 2013-08-09 11:14 Please Call me 小强 阅读(497) 评论(0) 推荐(0) 编辑
摘要:#include /*消息处理函数声明*/HRESULT CALLBACK WindowProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow){ HWND hwnd; MSG... 阅读全文
posted @ 2013-08-05 16:36 Please Call me 小强 阅读(621) 评论(0) 推荐(0) 编辑
摘要:#include /*消息处理函数声明*/HRESULT CALLBACK WindowProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow){ HWND hwnd; MSG ... 阅读全文
posted @ 2013-08-05 14:27 Please Call me 小强 阅读(801) 评论(0) 推荐(0) 编辑
摘要:#include /*消息处理函数声明*/HRESULT CALLBACK WindowProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow){ HWND hwnd; MSG ... 阅读全文
posted @ 2013-08-05 14:12 Please Call me 小强 阅读(556) 评论(0) 推荐(0) 编辑
摘要:#include /*消息处理函数声明*/HRESULT CALLBACK WindowProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow){ HWND hwnd; MSG ... 阅读全文
posted @ 2013-08-05 12:52 Please Call me 小强 阅读(914) 评论(0) 推荐(0) 编辑
摘要:#define WINVER 0x0501#include /* Declare Windows procedure */LRESULT CALLBACK WindowProcedure (HWND, UINT, WPARAM, LPARAM);/* Make the class name into a global variable */char szClassName[ ] = "WindowsApp";int WINAPI WinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, ... 阅读全文
posted @ 2013-08-05 08:35 Please Call me 小强 阅读(431) 评论(0) 推荐(0) 编辑
摘要:#include /* Declare Windows procedure */LRESULT CALLBACK WindowProcedure (HWND, UINT, WPARAM, LPARAM);/* Make the class name into a global variable */char szClassName[ ] = "WindowsApp";int WINAPI WinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPS... 阅读全文
posted @ 2013-08-04 12:55 Please Call me 小强 阅读(415) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示