BFFM_SELCHANGED (Windows CE 5.0)
This message indicates that the selection in the dialog box changed.
Syntax
BFFM_SELCHANGEDpidlSelected = (LPITEMIDLIST)lParam;
Parameters
- pidlSelected
Pointer to the ITEMIDLIST structure (PIDL) for the newly selected item.
Return Values
None.
Remarks
The Browse For Folder dialog box sends this message to the BrowseCallbackProc function.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Shlobj.h.
See Also
Standard Shell Messages | BrowseCallbackProc
Send Feedback on this topic to the authors