HWND hWnd = CreateWindowW(szWindowClass, szTitle, WS_POPUP , //WS_OVERLAPPEDWINDOW, 0, 0, 1920, 1080, 0, 0, hInstance, nullptr);
效果如下: