DLN_ITEMACTIVATED
The DLN_ITEMACTIVATED notification message is sent to indicate an item has been clicked or tapped; a path name is sent with this notification.
Syntax
DLN_ITEMACTIVATED
PDLNHDR = (DLNHDR) lParam;
Parameters
PDLNHDR
Reference to a DLNHDR structure is sent as the lParam of a WM_NOTIFY SendMessage to the parent window of the document list.The nmHdr.code member of the DLNHDR structure is set to DLN_ITEMACTIVATED.
The iItem member of the DLNHDR structure is set to the document list number of the clicked or tapped item.
The pszPath member of the DLNHDR structure is set to the path name of the item that was clicked or tapped.
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.
Send Feedback on this topic to the authors