Notifies a tree view control's parent window that a parent item's list of child items is about to expand or collapse. This notification message is sent in the form of a WM_NOTIFY message.
TVN_ITEMEXPANDING
pnmtv = (LPNMTREEVIEW) lParam
Returns TRUE to prevent the list from expanding or collapsing.
Windows NT/2000: Requires Windows NT 3.51 or later
Windows 95/98: Requires Windows 95 or later
Header: Declared in commctrl.h.