FMEVENT_SELCHANGE message
Sent to an extension DLL when the user selects a file name in the File Manager directory window or Search Results window.
Parameters
-
wParam
- Must be zero.
-
lParam
- Must be zero.
Return value
An extension DLL should return zero if it processes this message.
Remarks
Changes in the tree portion of the directory window do not produce this message.
Because the user can change the selection many times, the extension DLL must return promptly after processing this message to avoid slowing the selection process for the user.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
See also