SHNotificationUpdate (Windows CE 5.0)

Send Feedback

This function updates aspects of a pending notification.

Syntax

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. At a minimum, the dwId and clsid members of this structure must be specified for the correct notification in order for that notification to be updated.

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