Contents Index Topic Contents | ||
Previous Topic: FM_GETSELCOUNTLFN Next Topic: FM_RELOAD_EXTENSIONS |
FM_REFRESH_WINDOWS
Sent by a File Manager extension to cause File Manager to repaint either its active window or all of its windows.
Syntax
FM_REFRESH_WINDOWS wParam = (WPARAM) (BOOL) fRepaint; lParam = 0;Parameters
- fRepaint
- Value that indicates whether File Manager repaints its active window or all of its windows. If this parameter is TRUE, File Manager repaints all of its windows. Otherwise, File Manager repaints only its active window.
Return Values
No return value. Remarks
File system changes caused by an extension are automatically detected by File Manager. An extension should use this message only in situations where drive connections are made or canceled.
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.