Share via


CeNotifyPublic_FilterEvent

This function is called to determine whether OEM notification code supports a specified event.

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_IR_DISCOVERED

    NOTIFICATION_EVENT_RS232_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.

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.