Contents Index Topic Contents | ||
Previous Topic: FM_GETFILESEL Next Topic: FM_GETFOCUS |
FM_GETFILESELLFN
Sent by a File Manager extension to retrieve information about a selected file from the active File Manager window (either the directory window or the Search Results window). The selected file can have a long file name.
Syntax
FM_GETFILESELLFN wParam = (WPARAM) index; lParam = (LPARAM) (LPFMS_GETFILESEL) lpfmsgfs;Parameters
- index
- Zero-based index of the selected file to retrieve.
- lpfmsgfs
- Address of an FMS_GETFILESEL structure that receives information about the selection.
Return Values
Returns the zero-based index of the selected file that was retrieved.
Remarks
Only extensions that support long file names (for example, network-aware extensions) should use this message.
An extension can use the FM_GETSELCOUNTLFN message to get the count of selected files.
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.