CheckForRegisteredEvent

Determines whether a module has registered for the specified event type.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <event.h> 
   
  int CheckForRegisteredEvent (
     int   type);
  

Parameters

type

(IN) Specifies an event type (see Event Types).

Return Values

TRUE

A module has registered for the specified event type.

FALSE

A module has not registered for the specified event type.

See Also