CeNotifyPublic_FilterEvent (Windows Embedded CE 6.0)
1/6/2010
This function is called to determine whether OEM notification code supports a specified event.
Syntax
int CeNotifyPublic_FilterEvent(
DWORD dwEvent
);
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 Value
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
Header | Notifext.hxx |
Windows Embedded CE | Windows CE 2.10 and later |