OFN_DONTADDTORECENT top-level constant

int const OFN_DONTADDTORECENT

Prevents the system from adding a link to the selected file in the file system directory that contains the user's most recently used documents. To retrieve the location of this directory, call the SHGetSpecialFolderLocation function with the CSIDL_RECENT flag.

Implementation

const OFN_DONTADDTORECENT = 0x02000000;