OFN_ALLOWMULTISELECT top-level constant

int const OFN_ALLOWMULTISELECT

The File Name list box allows multiple selections. If you also set the OFN_EXPLORER flag, the dialog box uses the Explorer-style user interface; otherwise, it uses the old-style user interface.

Implementation

const OFN_ALLOWMULTISELECT = 0x00000200;