C++
virtual BOOL SetAllDialogsData( const CString& cValueName, DWORD dwValue );
Description
Sets persistent data for all file navigation dialogs for an application. This data is stored in the registry and persists across dialog invocations. Returns true on success and false on failure.
Parameters
Parameters | Description |
---|---|
cValueName | Name of the value being set |
dwValue | Value being set |