2025-06-19 10:02:54 +02:00

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 from qt6core.dll and call it with custom file name

QFileDialog::getOpenFileNames

  • Remove function call
  • Grab QString constructor from qt6core.dll and call it with custom file name