FILEDESCRIPTOR Structure |
Namespace: callback.ShellBoost.Core.WindowsShell
public struct FILEDESCRIPTOR
The FILEDESCRIPTOR type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
FromFileInfo |
Creates a descriptor from a FileInfo instance.
| |
FromFilePath |
Creates a descriptor from a file path.
| |
FromIdList |
Creates a descriptor from a PIDL.
| |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.
|