摘要:
#include <windows.h>#include <string.h>LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);int _stdcall WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nShowCmd){ HWND hwnd; MSG msg; WNDCLASS WindowClass; LPCTSTR className,windowTitle; className="FirstNwWindow& 阅读全文
posted @ 2011-03-01 00:22
潺缘
阅读(561)
评论(4)
推荐(0)