![]() |
![]()
| ![]() |
![]()
NAMEJAM_RemoveMB - Remove a message base SYNOPSIS#include <jamlib/jam.h> int JAM_RemoveMB(s_JamBase* ErrorBase_PS, uchar* Basename_PC); DESCRIPTIONDeletes all files associated with a message base. No checking is done as to whether the message base is currently open or not. Arguments
RETURN VALUE
EXAMPLESint Result_I; Result_I = JAM_RemoveMB(Base_PS, "/some/where/mynase"); if (Result_I) { AUTHORThis manual page was created by Sir Raorn <raorn@altlinux.ru>, based on original JAMlib documentation by Bjorn Stenberg <bjorn@haxx.nu> and Johan Billing <billing@df.lth.se>. SEE ALSOjamlib(3), JAM_CreateMB(3), JAM_Errno(3)
|