Returns a search path from the search path list the OS uses to determine from where it loads NLMs
#include <nwadv.h>
int NWGetSearchPathElement (
LONG searchPathNumber,
LONG *isDOSSearchPath,
BYTE *searchPath);
(IN) Specifies the search path number to be returned.
(OUT) Points to a flag indicating whether the search path is for the DOS partition.
(OUT) Points to a search path corresponding with searchPathNumber.
The number of search paths is equivalent to the number listed when the NetWare server console `search’ is entered.