CeNotifyPublic_FilterUserNotification (Windows CE 5.0)

Send Feedback

This function determines whether OEM notification code supports the settings requested by an application. If a setting is not supported, the request fails, and the user is notified that the requested capability is not supported.

int CeNotifyPublic_FilterUserNotification(  CE_USER_NOTIFICATION* pceun);

Parameters

  • pceun
    Pointer to the CE_USER_NOTIFICATION structure passed in by the CeSetUserNotificationEx function.

Return Values

Returns TRUE if hardware-related flags and extension in CE_USER_NOTIFICATION are supported by this configuration; otherwise, returns FALSE.

Remarks

This function enables you to tailor the published notification API to a specific hardware configuration. For example, you can inhibit LED display, or add a second level for vibration intensity by using additional ActionFlags or dwReserved values.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Notifext.hxx.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.