Public Member Functions | |
| HRESULT | GetWMRuntimeEnvNode ([out, retval] IRsNode **ppNode) |
| HRESULT | AddToRecentFiles ([in] BSTR bstrFilePath) |
| HRESULT | GetRecentFiles ([out, retval] IRdStrEnum **ppRecentFilesArr) |
| HRESULT | GetMaxRecentFiles ([out, retval] RtDWORD *pdwMaxRecentFiles) |
| HRESULT | UpdateRecentFileToolbar (void) |
| HRESULT IRfWMRuntimeEnvSet::GetWMRuntimeEnvNode | ( | [out, retval] IRsNode ** | ppNode | ) |
Get the WMRuntimeEnvNode. If it doesn't exist, new one will be created.
Standard HRESULT processing can be applied to the result.
| HRESULT IRfWMRuntimeEnvSet::AddToRecentFiles | ( | [in] BSTR | bstrFilePath | ) |
Add file to recent files.
| bstrFilePath | [in] Filename of the recent file item. This method access the DG, thus use it only from a command. |
| HRESULT IRfWMRuntimeEnvSet::GetRecentFiles | ( | [out, retval] IRdStrEnum ** | ppRecentFilesArr | ) |
Get copy of the Recent files array. The array consist from BSTR items.
Standard HRESULT processing can be applied to the result.
| HRESULT IRfWMRuntimeEnvSet::GetMaxRecentFiles | ( | [out, retval] RtDWORD * | pdwMaxRecentFiles | ) |
Get Max Recent files.
Standard HRESULT processing can be applied to the result.
| HRESULT IRfWMRuntimeEnvSet::UpdateRecentFileToolbar | ( | void | ) |
Find the Recent File sub menu in Main Frame toolbar and update it.
This method access the DG, thus use it only from a command.
1.5.5