Share via


DocList_SetItemState

Send Feedback

The DocList_SetItemState macro changes the state of an item in the document list.

DocList_SetItemState (hwnd, i, data, mask)

Parameters

  • hwnd
    Handle to the document list view window.
  • i
    Index value of the item.
  • data
    Value to assign to the item's state member.
  • mask
    Value to assign to the item's stateMask member.

Return Values

Returns TRUE if the item state was successfully set.

Requirements

Pocket PC: Pocket PC 2002 and later.
OS Versions: Windows CE 3.0 and later.
Header: doclist.h.
Library: doclist.lib.

See Also

DLM_SETITEMSTATE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.