Contents Index Topic Contents | ||
Previous Topic: FM_GETFILESELLFN Next Topic: FM_GETSELCOUNT |
FM_GETFOCUS
Sent by a File Manager extension to retrieve the type of File Manager window that has the input focus.
Syntax
FM_GETFOCUS wParam = 0; lParam = 0;Return Values
Returns the type of File Manager window that has the input focus. It can be one of the following values:
FMFOCUS_DIR Directory portion of a directory window. FMFOCUS_TREE Tree portion of a directory window. FMFOCUS_DRIVES Drive bar of a directory window. FMFOCUS_SEARCH Search Results window.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.