Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
4/8/2010
The DLN_ITEMCHANGEDnotification message is sent to indicate that an item in the document list view has changed.
Syntax
DLN_ITEMCHANGED PDLNHDR = (DLNHDR) lParam; |
Parameters
- PDLNHDR
-
Reference to a DLNHDRstructure is sent as the lParam of a WM_NOTIFY SendMessageto the parent window of the document list.
The nmHdr. codemember of the DLNHDRstructure is set to DLN_ ITEMCHANGED.
The iItemmember of the DLNHDRstructure is set to the document list item number of the changed item.
The pszPathmember of the DLNHDRstructure is set to the path name of the item that was changed.
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 |