SFVM_FSNOTIFY message

Notifies the callback object that an event has taken place that affects one of its items. Used by IShellFolderViewCB::MessageSFVCB.

SFVM_FSNOTIFY 

    wParam = (WPARAM)(LPCITEMIDLIST*) ppidl;

    lParam = (LPARAM)(DWORD) lEvent;

            

Parameters

ppidl [in]

The pointer of PIDL of the affected item.

lEvent [in]

A SHCNE value that indicates which event occurred. For a list of possible values, see SHChangeNotify.

Requirements

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