Share via


DLN_ITEMCHANGED

Send Feedback

The DLN_ITEMCHANGED notification 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 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_ITEMCHANGED.

    The iItem member of the DLNHDR structure is set to the document list item number of the changed item.

    The pszPath member of the DLNHDR structure is set to the path name of the item that was changed.

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.