UnReserveABreakpoint

Clears a hardware breakpoint and removes its reserved status so it can be reused.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  int UnReserveABreakpoint (
     int   handle);
  

Parameters

handle

(IN) Specifies the breakpoint to release from its reserved status.

Return Values

If successful, returns 0.

See Also