RemovePollingProcedure

Removes the polling procedure from the resource tag.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h>
  
  void RemovePollingProcedure (
     void   (*proc)( void ) );
  

Parameters

proc

(IN) Points to the polling function to remove.

Remarks

The RemovePollingProcedure function removes the callback function set up by the AddPollingProcedureRTag function.

See Also

AddPollingProcedureRTag