Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Contains information about a selected file in the active File Manager window (the directory window or the Search Results window).
Syntax
typedef struct _FMS_GETFILESEL {
FILETIME ftTime;
DWORD dwSize;
BYTE bAttr;
TCHAR szName;
} FMS_GETFILESEL;
Members
-
ftTime
-
Type: FILETIME
-
The time and date the file was created.
-
dwSize
-
Type: DWORD
-
The size, in bytes, of the file.
-
bAttr
-
Type: BYTE
-
The attributes of the file.
-
szName
-
Type: TCHAR
-
The null-terminated full path and file name of the selected file.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
See also