CeNotifyPublic_FilterUserNotification
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.
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.