Share via


DLM_SETONEITEM

4/8/2010

The DLM_SETONEITEM message is sent by an application to create an item that contains the PAstruct structure that was passed in.

Syntax

DLM_SETONEITEM
wParam = (WPARAM) (int) i; 
lParam = (LPARAM) (LPPA) pitem;

Parameters

  • i
    Index of the location where the item will be inserted.
  • pitem
    Reference to the PAstruct structure.

Return Value

None.

Requirements

Header doclist.h
Library doclist.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later

See Also

Reference

DocList_SetOneItem