หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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