Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the state of a list-view item. You can use this macro or send the LVM_GETITEMSTATE message explicitly.
UINT ListView_GetItemState(
HWND hwndLV,
int i,
UINT mask
);
hwndLV
Type: HWND
A handle to the list-view control.
i
Type: int
The index of the list-view item.
mask
Type: UINT
The state information to retrieve. This parameter can be a combination of the following values:
Type: UINT
Returns the current state for the specified item. The only valid bits in the return value are those that correspond to the bits set in the mask parameter.
An item's state information includes a set of bit flags as well as image list indexes that indicate the item's state image and overlay image.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |