SHNotificationUpdate
This function updates aspects of a pending notification.
LRESULT SHNotificationUpdate(
DWORD grnumUpdateMask,
SHNOTIFICATIONDATA* pndNew
);
Parameters
- grnumUpdateMask
[in] Bitfield that specifies which members of pndNew are active. - pndNew
[in] Pointer to an SHNOTIFICATIONDATA structure containing the new data to place into the notification.
Return Values
This function returns ERROR_SUCCESS when successful.
Remarks
The grnumUpdateMask parameter contains of one or more SHNUM_XXXX flags. When calling SHNotificationUpdate, the caller sets the bits in grnumUpdateMask and fills the corresponding members in pndNew.
The other members are ignored.
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.