NWDeleteSearchPath

Deletes a search path from the search path list the OS uses to determine from where it loads NLM applications

Local Servers:nonblocking
Remote Servers:N/A
Classification:4.x, 5.x, 6.x
Service:Advanced

Syntax

  #include <nwadv.h>  
   
  int NWDeleteSearchPath  (  
     LONG   searchPathNumber);
  

Parameters

searchPathNumber

(IN) Specifies the search path number to be deleted.

Return Values

The following table lists return values and descriptions.

0

Success

-1

Failure

Remarks

The number of search paths is equivalent to the number listed when the NetWare server console `search’ is entered.

See Also

NWAddSearchPathAtEnd