NWSMPIsLoaded (obsolete 9/2001)

Returns whether the SMP kernel is loaded but is now obsolete.

Local Servers:N/A
Remote Servers:N/A
Classification:4.x, 5.x, 6.x and above SMP
Service:Thread

Syntax

  #include <nwsmp.h>  
   
  int NWSMPIsLoaded  (  
     void); 
  

Return Values

The following table lists return values and descriptions.

TRUE

Returned if the SMP kernel is loaded

FALSE

Returned if the SMP kernel is not loaded

Remarks

The SMP kernel is loaded by loading smp.nlm in the startup.ncf file of a NetWare 4.x, 5.x, and 6.x server.

The value returned by NWSMPIsLoaded is not an indicator that more than one processor has been brought online. It is only an indicator the kernel is loaded.

MPDRIVER.NLM must be loaded in order to have multiple processors available to the SMP kernel.