422 B
422 B
GetOpenFileNameA
- Remove function call
- Copy custom file name into ofn->lpstrFile, ensure null termination
- Set return value to 1
QFileDialog::getOpenFileName
- Remove function call
- Grab
QString
constructor fromqt6core.dll
and call it with custom file name
QFileDialog::getOpenFileNames
- Remove function call
- Grab
QString
constructor fromqt6core.dll
and call it with custom file name