|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| wfext.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
FMS_GETFILESEL
The FMS_GETFILESEL structure contains information about a selected file in the active File
Manager window (the directory window or the Search Results window).
typedef struct _FMS_GETFILESEL { /* fmsgfs */
FILETIME ftTime;
DWORD dwSize;
BYTE bAttr;
TCHAR szName[260];
} FMS_GETFILESEL;
Members
ftTime
Specifies the time and date the file was created.
dwSize
Specifies the size, in bytes, of the file.
bAttr
Specifies the attributes of the file.
szName
Specifies the null-terminated full path and filename of the selected file.
See Also
FMExtensionProc
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|