FM_GETSELCOUNTLFNFM_GETSELCOUNTLFN*
*Contents  *Index  *Topic Contents
*Previous Topic: FM_GETSELCOUNT
*Next Topic: FM_REFRESH_WINDOWS

FM_GETSELCOUNTLFN

Sent by a File Manager extension to retrieve the number of selected files in the active File Manager window (either the directory window or the Search Results window). The count includes files that have long file names.

Syntax

FM_GETSELCOUNTLFN 
    wParam = 0; 
    lParam = 0; 

Return Values

Returns the number of selected files.

Remarks

Only extensions that support long file names (for example, network-aware extensions) should use this message.

See Also

FM_GETFILESEL, FM_GETFILESELLFN, FM_GETSELCOUNT


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