rmgr Driver support Functions


rmgr_Delete


Syntax:
#include <rmgr_lib.h>

rmgr_Delete (int fd, char *name,int len)


Description:

Deletes a ressource from the kernel ressource database. If the ressource is nonexistent a -1 will be returned.


Compilation Example:

cc -o your_program -lrmgr your_program.c

Sun Dec 13 14:32:19 1998