FM_GETFOCUSFM_GETFOCUS*
*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_DIRDirectory portion of a directory window.
FMFOCUS_TREETree portion of a directory window.
FMFOCUS_DRIVESDrive bar of a directory window.
FMFOCUS_SEARCHSearch Results window.


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