GetOpenFileName function comdlg32
Creates an Open dialog box that lets the user specify the drive, directory, and the name of a file or set of files to be opened.
BOOL GetOpenFileNameW(
LPOPENFILENAMEW Arg1
);
Implementation
int GetOpenFileName(Pointer<OPENFILENAME> param0) => _GetOpenFileName(param0);