FILEDESCRIPTOR Structure |
Namespace: ShellBoost.Core.WindowsShell
public struct FILEDESCRIPTOR
The FILEDESCRIPTOR type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | FromFileInfo |
Creates a descriptor from a FileInfo instance.
|
![]() ![]() | FromFilePath |
Creates a descriptor from a file path.
|
![]() ![]() | FromIdList |
Creates a descriptor from a PIDL.
|
![]() | ToString |
Returns the file name of this instance.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() | cFileName |
The string that contains the name of the file.
|
![]() | clsid |
The file type identifier.
|
![]() | dwFileAttributes |
File attribute flags.
|
![]() | dwFlags |
Flags that indicate which of the other structure members contain valid data.
|
![]() | ftCreationTime |
The FILETIME structure that contains the time of file creation.
|
![]() | ftLastAccessTime |
The FILETIME structure that contains the time that the file was last accessed.
|
![]() | ftLastWriteTime |
The FILETIME structure that contains the time of the last write operation.
|
![]() | nFileSizeHigh |
The high-order DWORD of the file size, in bytes.
|
![]() | nFileSizeLow |
The low-order DWORD of the file size, in bytes.
|
![]() | pointl |
The screen coordinates of the file object.
|
![]() | sizel |
The width and height of the file icon.
|