FM_RELOAD_EXTENSIONSFM_RELOAD_EXTENSIONS*
*Contents  *Index  *Topic Contents
*Previous Topic: FM_REFRESH_WINDOWS
*Next Topic: FMEVENT_HELPMENUITEM

FM_RELOAD_EXTENSIONS

Sent by a File Manager extension (or another application) to cause File Manager to reload all extension DLLs listed in the [AddOns] section of the Winfile.ini file.

Syntax

FM_RELOAD_EXTENSIONS 
    wParam = 0; 
    lParam = 0; 

Return Values

No return value.

Remarks

Other applications can use the PostMessage function to send this message to File Manager. To obtain the appropriate File Manager window handle, an application can specify "WFS_Frame" as the lpszClassName parameter in a call to the FindWindow function.

See Also

FMExtensionProc


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