Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 1.61 KB

fm-refresh-windows.md

File metadata and controls

70 lines (42 loc) · 1.61 KB
description title ms.topic ms.date topic_type api_name api_type api_location ms.assetid
Sent by a File Manager extension to cause File Manager to repaint either its active window or all of its windows.
FM_REFRESH_WINDOWS message (Wfext.h)
reference
05/31/2018
APIRef
kbSyntax
FM_REFRESH_WINDOWS
HeaderDef
Wfext.h
210168c6-d83b-4ffd-93d4-d22fa748cef2

FM_REFRESH_WINDOWS message

Sent by a File Manager extension to cause File Manager to repaint either its active window or all of its windows.

Parameters

fRepaint

A 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.

wParam

Must be zero.

Return value

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.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Wfext.h

See also

FMExtensionProc