Contains information about a selected file in the active File Manager window (the directory window or the Search Results window).
typedef struct _FMS_GETFILESEL {
FILETIME ftTime;
DWORD dwSize;
BYTE bAttr;
TCHAR szName[260];
} FMS_GETFILESEL;
Windows NT/2000: Requires Windows NT 3.1 or later.
Header: Declared in wfext.h.