LVN_COLUMNCLICKLVN_COLUMNCLICK*
*Contents  *Index  *Topic Contents
*Previous Topic: LVN_BEGINRDRAG
*Next Topic: LVN_DELETEALLITEMS

LVN_COLUMNCLICK


LVN_COLUMNCLICK 
    pnmv = (LPNMLISTVIEW) lParam; 

Notifies a list view control's parent window that a column was clicked. This notification message is sent in the form of a WM_NOTIFY message.

pnmv
Address of an NMLISTVIEW structure. The iItem member is -1, and the iSubItem member identifies the column. All other members are zero.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.