FoldersTree_ProcessNotificationMessage

LRESULT FoldersTree_ProcessNotificationMessage(NMHDR *hdr);

Arguments

[in] NMHDR *hdr

Pointer to an NMHDR structure that contains the notification code and additional information. For some notification messages, this parameter points to a larger structure that has the NMHDR structure as its first member.

Description

Processes given notification message for FoldersTree. For details see Window Messages Processing.

See also: Window Messages Processing.