![]() |
![]()
| ![]() |
![]()
NAMEJAM_LockMB - Lock message base for exclusive access SYNOPSIS#include <jamlib/jam.h> int JAM_LockMB(s_JamBase* Base_PS); DESCRIPTIONLocks the currently open message base so that no other programs may modify it. The message base should be locked for only small periods of time, or the performance of tossers and other software may be affected. Arguments
RETURN VALUE
EXAMPLESint Result_I; while (1) { 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_UnlockMB(3), JAM_Errno(3)
|