SHNotificationAdd
This function adds a notification to the notification tray.
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
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 .NET 4.2 and later.
Header: Aygshell.h.
Link Library: Aygshell.lib.
See Also
AYGShell Functions | SHNOTIFICATIONDATA
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.