Share via


BFFM_SELCHANGED (Windows Embedded CE 6.0)

1/6/2010

This message indicates that the selection in the dialog box changed.

Syntax

BFFM_SELCHANGED
    pidlSelected = (LPITEMIDLIST)lParam;

Parameters

  • pidlSelected
    Pointer to the ITEMIDLIST structure (PIDL) for the newly selected item.

Return Value

None.

Remarks

The Browse For Folder dialog box sends this message to the BrowseCallbackProc function.

Requirements

Header shlobj.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Standard Shell Messages
BrowseCallbackProc