MEIEventMgrServiceConfig

MEIEventMgrServiceConfig
typedef struct MEIEventMgrServiceConfig 
            { long allProcesses; /* TRUE => collect events from all processes, 
            else EventMgr process only */ 
} MEIEventMgrServiceConfig;
Description
 
allProcesses
is a boolean value. If allProcesses=TRUE, then the event manager will handle events originating from all processes. If allProcesses=FALSE, then the event manager will only handle events originating from the same process in which the event manager was created.
     
See Also