EventReport

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <event.h> 
   
  int EventReport (
     int     type,
     void   *parm);
  

Parameters

type

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

parm

(OUT) Points to the data type or structure associated with the event type.

Return Values

If successful, returns 0.

See Also