16 lines
422 B
Markdown
16 lines
422 B
Markdown
## `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
|