OFN_EXTENSIONDIFFERENT top-level constant

  1. @Deprecated('Use OPEN_FILENAME_FLAGS.OFN_EXTENSIONDIFFERENT instead')
int const OFN_EXTENSIONDIFFERENT

The user typed a file name extension that differs from the extension specified by lpstrDefExt. The function does not use this flag if lpstrDefExt is NULL.

Implementation

@Deprecated('Use OPEN_FILENAME_FLAGS.OFN_EXTENSIONDIFFERENT instead')
const OFN_EXTENSIONDIFFERENT = 0x00000400;