Share via


DLN_DELETINGSEL

4/8/2010

The DLN_DELETINGSEL notification message is sent prior to the deletion of a file from the document list; the path name is sent with the message header, allowing the application to close the file if it is currently open.

Syntax

DLN_DELETINGSEL
    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_DELETINGSEL.

    The iItem member of the DLNHDR structure is set to the document list item number of the file being deleted.

    The pszPath member of the DLNHDR structure is set to the path name of the file being deleted.

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

See Also

Reference

Shell API Notifications