C++
virtual BOOL GetAllDialogsData( const CString& cValueName, CString& cValue );
Description
Gets 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 | Value name |
cValue | Value |