Desktop Functions: Smart Device Functions:
|
Search Results for "SHAddToRecentDocs" in [All]shell321: CSIDL
/// C:\Documents and Settings\username\My Recent Documents. To create a shortcut in this folder, use SHAddToRecentDocs.
public static extern void SHAddToRecentDocs(ShellAddToRecentDocsFlags flag, string path);
public static extern void SHAddToRecentDocs(ShellAddToRecentDocsFlags flag, IntPtr pidl);
SHAddToRecentDocs(ShellAddToRecentDocsFlags.Path, path);
SHAddToRecentDocs(ShellAddToRecentDocsFlags flag, string path);
SHAddToRecentDocs(ShellAddToRecentDocsFlags flag, IntPtr pidl);
SHAddToRecentDocs(ShellAddToRecentDocsFlags.Path, path); |