Share via


DocList_SetSelection

Send Feedback

The DocList_SetSelection macro selects an item based on its index value.

DocList_SetSelection (HWND hwnd, int item)

Parameters

  • hwnd
    Handle to the document list view window.
  • item
    The item that has been selected.

Return Values

None.

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_SETSELECT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.