DLM_SETONEITEM
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 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
Send Feedback on this topic to the authors