Error 16075

Severity

10

Message text

Bad event type (%1!).

Explanation

Either an invalid event handler has called srv_event() or an invalid event type had been passed to srv_define_event().

Action

If the cause is an invalid event handler, see Table 3-73 for a list of valid events. If the cause is an invalid event type, pass SRV_EQUEUED, which, is currently is the only valid event type for srv_define_event().

Additional information

Symbolic constant: SRV_EEVENTTYPE