NMHDFILTERBTNCLICK structure (commctrl.h)

Specifies or receives the attributes of a filter button click.

Syntax

typedef struct tagNMHDFILTERBTNCLICK {
  NMHDR hdr;
  INT   iItem;
  RECT  rc;
} NMHDFILTERBTNCLICK, *LPNMHDFILTERBTNCLICK;

Members

hdr

Type: NMHDR

A handle of an NMHDR structure that contains additional information.

iItem

Type: INT

The zero-based index of the control to which this structure refers.

rc

Type: RECT

A pointer to a RECT structure that contains the client rectangle for the filter button.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header commctrl.h

See also

HDN_FILTERBTNCLICK