Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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