NWRemoveFSMonitorHook

Removes a "hook" that is monitoring an OS file system routine

Local Servers:blocking
Remote Servers:N/A
NetWare Server:4.x, 5.x, 6.x
Platform:NLM
Service:File System Monitoring

Syntax

   #include <nwfshook.h>  
    
   LONG NWRemoveFSMonitorHook (  
      LONG   callBackNumber,   
      LONG   callBackHandle); 
   

Parameters

callBackNumber

(IN) Specifies the OS file system routine that you want to remove a hook from. See NWAddFSMonitorHook for possible values for this parameter.

callBackHandle

(IN) Specifies the handle that was returned when the hook was added by calling NWAddFSMonitorHook.

Return Values

If NWRemoveFSMonitorHook succeeds, it returns 0 if the hook corresponding to callBackNumber was successfully removed. Otherwise, it returns errors.

See Also

NWAddFSMonitorHook