ShellAddToRecentDocsFlags Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ShellAddToRecentDocsFlags
Public Enumeration ShellAddToRecentDocsFlags
Dim instance As ShellAddToRecentDocsFlags
public enum class ShellAddToRecentDocsFlags
type ShellAddToRecentDocsFlags
No code example is currently available or this language may not be supported.
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.
|