CadDialogOpenFile
Native Qt open/save file dialogs; write the chosen UTF-8 path into szOut.
std::int32_t CadDialogOpenFile (
void* hParent,
void* szOut
);
Parameters
- hParent (void*)
- Caller-supplied output pointer.
- szOut (void*)
- NUL-terminated UTF-8 string.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.