DeleteSearchPath

Deletes the specified search path from the console.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  int  DeleteSearchPath (
     scr_t   scrID,
     int     searchPathNumber);
  

Parameters

scrID

(IN) Specifies the screen that is used to print any messages generated from this operation.

searchPathNumber

(IN) Specifies the search path to delete.

Return Values

If successful, returns 0. Otherwise, returns -1.

See Also