Click or drag to resize

FILEDESCRIPTOR Fields

The FILEDESCRIPTOR type exposes the following members.

Fields
  NameDescription
Public fieldcFileName
The string that contains the name of the file.
Public fieldclsid
The file type identifier.
Public fielddwFileAttributes
File attribute flags.
Public fielddwFlags
Flags that indicate which of the other structure members contain valid data.
Public fieldftCreationTime
The FILETIME structure that contains the time of file creation.
Public fieldftLastAccessTime
The FILETIME structure that contains the time that the file was last accessed.
Public fieldftLastWriteTime
The FILETIME structure that contains the time of the last write operation.
Public fieldnFileSizeHigh
The high-order DWORD of the file size, in bytes.
Public fieldnFileSizeLow
The low-order DWORD of the file size, in bytes.
Public fieldpointl
The screen coordinates of the file object.
Public fieldsizel
The width and height of the file icon.
Top
See Also