FM_GETFILESELFM_GETFILESEL*
*Contents  *Index  *Topic Contents
*Previous Topic: FM_GETDRIVEINFO
*Next Topic: FM_GETFILESELLFN

FM_GETFILESEL

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).

Syntax


FM_GETFILESEL 
    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 Value


Returns the zero-based index of the selected file that was retrieved.

Remarks


An extension can use the FM_GETSELCOUNT message to get the count of selected files.

See Also


FMExtensionProc, FM_GETFILESELLFN, FM_GETSELCOUNTLFN


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.