SHNotificationAdd (Windows CE 5.0)

Send Feedback

This function asynchronously adds a notification to the notification tray.

Syntax

LRESULT SHNotificationAdd(  SHNOTIFICATIONDATA* pndAdd);

Parameters

  • pndAdd
    [in] Pointer to an SHNOTIFICATIONDATA structure describing the notification to be added.

Return Values

This function returns ERROR_SUCCESS when successful.

Remarks

The notification tray is the area within the taskbar reserved by shells to display status notification icons. Call this function to add a notification to the tray. Notification processing is done asynchronously; that is, this function will return after adding the notification to the tray, and processing will happen on a different thread.

Requirements

OS Versions: Windows CE 3.0 and later
Header: aygshell.h
Library: aygshell.lib

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.