# win32 **Repository Path**: taoeer/win21 ## Basic Information - **Project Name**: win32 - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 主函数 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR pszCmdLine, int iCmdShow) # 常用函数 MessageBox(关联窗口, "内容", "标题", MB_OK | MB_ICONEXCLAMATION);