Share via


BFFM_SELCHANGED (Compact 2013)

3/28/2014

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

See Also

Reference

Shell Messages
BrowseCallbackProc