Share via


DLN_NOITEMS

Send Feedback

The DLN_NOITEMS notification message is sent to indicate that no files are contained in the document list view and that the application should update the interface to reflect the lack of files (disable the Property button, for example).

Syntax

DLN_NOITEMS
  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_NOITEMS.

    The iItem member of the DLNHDR structure is set to -1.

    The pszPath member of the DLNHDR structure is set to NULL.

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.