标签:http io os ar sp bs ef line tt
typedef struct tagMSG {
HWND hwnd;
UNIT message;
WPARAM wParam;
LPARAM lParam;
DWORD time;
POINT pt;
} MSG;
int WINAPI WinMain {
HINSTANCE hInstance;
HINSTANCE hPrevInstance;
LPWSTR lpCmdLine;
int nShowCmd;
};
http://msdn.microsoft.com/zh-cn/vstudio/ms633576
标签:http io os ar sp bs ef line tt
原文地址:http://www.cnblogs.com/yingzhongwen/p/4057283.html