Visual Studio 2019 调用 MessageBox函数代码
程序员文章站
2024-03-21 17:36:40
...
// An highlighted block
#include "framework.h"
int APIENTRY wWinMain(_In_ HINSTANCE hInstance,
_In_opt_ HINSTANCE hPrevInstance,
_In_ LPWSTR lpCmdLine,
_In_ int nCmdShow)
{
MessageBox(NULL, TEXT("Hello, Windows 98!"), TEXT("HelloMsg"), 0);
}
上一篇: bzoj 3208 食物(生成函数)
下一篇: ubuntu设置tab自动补全