ShellAddToRecentDocsFlags Enumeration

Specifies the interpretation of the data passed by SHAddToRecentDocs(ShellAddToRecentDocsFlags, PIDL) function in its path parameter to identify the item whose usage statistics are being tracked.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ShellAddToRecentDocsFlags

Remarks

Members

Pidl 1 A PIDL that identifies the document's file object.

PIDLs that identify non-file objects are not accepted.

PathA 2 A null-terminated ANSI string with the path and file name of the object
PathW 3 A null-terminated Unicode string with the path and file name of the object.
AppIdInfo 4 A SHARDAPPIDINFO structure that pairs an IShellItem that identifies the item with an AppUserModelID that associates it with a particular process or application.
AppIdInfoIdList 5 A SHARDAPPIDINFOIDLIST structure that pairs an absolute PIDL that identifies the item with an AppUserModelID that associates it with a particular process or application.
Link 6 An interface pointer to an IShellLink object.
AppIdInfoLink 7 A SHARDAPPIDINFOLINK structure that pairs an IShellLink that identifies the item with an AppUserModelID that associates it with a particular process or application.
ShellItem 8 An interface pointer to an IShellItem object.

See Also