NWSMPIsLoaded (obsolete 9/2001)
Returns whether the SMP kernel is loaded but is now obsolete.
#include <nwsmp.h>
int NWSMPIsLoaded (
void);
The following table lists return values and descriptions.
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.