Click or drag to resize

FD Enumeration

Indicates which of the other structure members contain valid data.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum FD
Members
  Member nameValueDescription
FD_CLSID1 The clsid member is valid.
FD_SIZEPOINT2 The sizel and pointl members are valid.
FD_ATTRIBUTES4 The dwFileAttributes member is valid.
FD_CREATETIME8 The ftCreationTime member is valid.
FD_ACCESSTIME16 The ftLastAccessTime member is valid.
FD_WRITESTIME32 The ftLastWriteTime member is valid.
FD_FILESIZE64 The nFileSizeHigh and nFileSizeLow members are valid.
FD_PROGRESSUI16384 A progress indicator is shown with drag-and-drop operations.
FD_LINKUI32768 Treat the operation as a shortcut.
FD_UNICODE-2147483648 Windows Vista and later. The descriptor is Unicode.
See Also