DLN_NOHIT
4/8/2010
The DLN_NOHIT notification message is sent when a Windows Embedded CE LVN_ITEMCHANGED notification message is received and no item is currently selected in the document list view.
Syntax
DLN_NOHIT
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_NOHIT.
The iItem member of the DLNHDR structure is set to -1.
The pszPath member of the DLNHDR structure is set to NULL.
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 |