Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is called to determine whether OEM notification code supports a specified event.
int CeNotifyPublic_FilterEvent(DWORDdwEvent);
Parameters
dwEvent
Event type to be verified. The following types of events are supported:NOTIFICATION_EVENT_NONE
NOTIFICATION_EVENT_TIME_CHANGE
NOTIFICATION_EVENT_SYNC_END
NOTIFICATION_EVENT_ON_AC_POWER
NOTIFICATION_EVENT_OFF_AC_POWER
NOTIFICATION_EVENT_NET_CONNECT
NOTIFICATION_EVENT_NET_DISCONNECT
NOTIFICATION_EVENT_DEVICE_CHANGE
NOTIFICATION_EVENT_INTERNET_PROXY_CHANGE
NOTIFICATION_EVENT_IR_DISCOVERED
NOTIFICATION_EVENT_RS232_DETECTED
NOTIFICATION_EVENT_RNDIS_FN_DETECTED
NOTIFICATION_EVENT_RESTORE_END
NOTIFICATION_EVENT_WAKEUP
NOTIFICATION_EVENT_TZ_CHANGE
NOTIFICATION_EVENT_LAST
Any customized events you create are also supported.
Return Values
Returns TRUE if the event is supported; otherwise, returns FALSE.
Remarks
This function enables you to tailor the published notification API to a specific hardware configuration. You can also use this function to introduce new, implementation-specific events.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Notifext.hxx.
Send Feedback on this topic to the authors