Skip to content

Commit dc86b38

Browse files
author
Colin Robertson
authored
Update clistctrl-class.md
Repeat edit to content.
1 parent 97c8ccf commit dc86b38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mfc/reference/clistctrl-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3649,7 +3649,7 @@ BOOL SetItemState(
36493649
### Parameters
36503650

36513651
*nItem*<br/>
3652-
Index of the item whose state is to be set. If this parameter is -1, then the state change is applied to all items.
3652+
Index of the item whose state is to be set. Pass -1 to apply the state change to all items.
36533653

36543654
*pItem*<br/>
36553655
Address of an [LVITEM](/windows/win32/api/commctrl/ns-commctrl-lvitemw) structure, as described in the Windows SDK. The structure's `stateMask` member specifies which state bits to change, and the structure's `state` member contains the new values for those bits. The other members are ignored.

0 commit comments

Comments
 (0)