IFileOpenDialog interface (shobjidl_core.h)

Extends the IFileDialog interface by adding methods specific to the open dialog.

Inheritance

The IFileOpenDialog interface inherits from IFileDialog. IFileOpenDialog also has these types of members:

Methods

The IFileOpenDialog interface has these methods.

 
IFileOpenDialog::GetResults

Gets the user's choices in a dialog that allows multiple selection.
IFileOpenDialog::GetSelectedItems

Gets the currently selected items in the dialog. These items may be items selected in the view, or text selected in the file name edit box.

Remarks

When to Implement

IFileOpenDialog is implemented by the common file open dialog (CLSID_FileOpenDialog).

This interface also provides the methods of the IFileDialog interface, from which it inherits.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h

See also

IFileDialog

IFileSaveDialog