CeNotifyPublic_FilterUserNotification (Windows Embedded CE 6.0)
1/6/2010
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.
Syntax
int CeNotifyPublic_FilterUserNotification(
CE_USER_NOTIFICATION*
pceun
);
Parameters
- pceu
Pointer to the CE_USER_NOTIFICATION structure passed in by the CeSetUserNotificationEx function.
Return Value
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
Header | Notifext.hxx |
Windows Embedded CE | Windows CE 2.10 and later |