Flags = OFN_EXPLORER | OFN_FILEMUSTEXIST | OFN_HIDEREADONLY | OFN_LONGNAMES; if (GetOpenFileNameW(&ofn) != 0) { static string result; ...
確定! 回上一頁