hWnd = CreateDialogParam(hInstance, MAKEINTRESOURCE(IDD_MAIN), NULL, (DLGPROC)WndProc, 0); if (hWnd == NULL) {return 0; }
確定! 回上一頁