Removes the polling procedure from the resource tag.
#include <netware.h>
void RemovePollingProcedure (
void (*proc)( void ) );
(IN) Points to the polling function to remove.
The RemovePollingProcedure function removes the callback function set up by the AddPollingProcedureRTag function.