Share via


DLNHDR

Send Feedback

This structure is used by the document list notifications.

typedef struct tagDLNHDR {
  NMHDR nmhdr;
  int iItem;
  LPCTSTR pszPath;
} DLNHDR, *PDLNHDR;

Members

  • nmhdr
    Contains information about message sender as well as notification code.
  • iItem
    Document list item number (if applicable).
  • pszPath
    Path name of the file in the document list (if applicable).

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.