rmgr Driver support Functions


rmgr_SetString


Syntax:
#include <rmgr_lib.h>

rmgr_SetString (int fd, char *name, int len,char *sbuf, int slen)


Description:

Set a string type ressource to a new value. If a ressource cannot be found in the kernel database a new one will be created. If the ressource exists but has a different type errno is set to -ENOTYPE


Compilation Example:

cc -o your_program -lrmgr your_program.c

Sun Dec 13 14:32:19 1998