Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |