DLN_FOLDER
The DLN_FOLDER notification message is sent when a new folder is selected in the document list view; the path name of the folder is passed along with this notification.
Syntax
DLN_FOLDER
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_FOLDER.
The iItem member of the DLNHDR structure is set to -1.
The pszPath member of the DLNHDR structure is set to the name of the new folder.
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