GetOpenFileName function comdlg32

int GetOpenFileName(
  1. Pointer<OPENFILENAME> param0
)

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);