PspGetNextMonitor

_SILO_MONITOR *__stdcall PspGetNextMonitor(_SILO_MONITOR *Monitor){
  _SILO_MONITOR *result; 

  result = (_SILO_MONITOR *)PspSiloMonitorList;
  if( Monitor )
    result = *(_SILO_MONITOR **)Monitor;
  if( result == (_SILO_MONITOR *)&PspSiloMonitorList )
    return 0i64;
  return result;
}

Referenced by:

PspNotifyServerSiloCreation
PspNotifyServerSiloTermination