Indicates which of the other structure members contain valid data.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum FD
Members
| Member name | Value | Description |
---|
| FD_CLSID | 1 |
The clsid member is valid.
|
| FD_SIZEPOINT | 2 |
The sizel and pointl members are valid.
|
| FD_ATTRIBUTES | 4 |
The dwFileAttributes member is valid.
|
| FD_CREATETIME | 8 |
The ftCreationTime member is valid.
|
| FD_ACCESSTIME | 16 |
The ftLastAccessTime member is valid.
|
| FD_WRITESTIME | 32 |
The ftLastWriteTime member is valid.
|
| FD_FILESIZE | 64 |
The nFileSizeHigh and nFileSizeLow members are valid.
|
| FD_PROGRESSUI | 16384 |
A progress indicator is shown with drag-and-drop operations.
|
| FD_LINKUI | 32768 |
Treat the operation as a shortcut.
|
| FD_UNICODE | -2147483648 |
Windows Vista and later. The descriptor is Unicode.
|
See Also