LBN_SELCANCEL notification code

Notifies the application that the user has canceled the selection in a list box. The parent window of the list box receives this notification code through the WM_COMMAND message.

LBN_SELCANCEL

    WPARAM wParam;
    LPARAM lParam; 

Parameters

wParam

The LOWORD contains the identifier of the list box. The HIWORD specifies the notification code.

lParam

Handle to the list box.

Remarks

This notification code is sent only by a list box that has the LBS_NOTIFY style.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Winuser.h (include Windows.h)

See also

Reference

LB_SETCURSEL

LBN_DBLCLK

LBN_SELCHANGE

Other Resources

HIWORD

LOWORD

WM_COMMAND