Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
JAM_DeleteMessage(3)	     JAM subroutine library	    JAM_DeleteMessage(3)

NAME
     JAM_DeleteMessage - Delete message from messagebase

SYNOPSIS
     #include <jamlib/jam.h>

     int JAM_DeleteMessage(s_JamBase*	     Base_PS,
			   ulong	     MsgNo_I);

DESCRIPTION
     Deletes  message from messagebase by setting HdrOffset and UserCRC in index
     to 0xFFFFFFFF. ActiveMsgs in base header also updated.

   Arguments
     Base_PS
	    The message base to use

     MsgNo_I
	    The absolute message number. Message #0 is the first in the  message
	    base.

RETURN VALUE
     0	    if successful

     JAM_IO_ERROR
	    if an I/O error occured. See JAM_Errno(3)

     JAM_NOT_LOCKED
	    if the message base is not locked

NOTES
     This funtion is available since JAMlib 1.4.0.

AUTHOR
     This  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 ALSO
     jamlib(3), JAM_AddMessage(3), JAM_AddEmptyMessage(3), JAM_Errno(3)

				   2002-11-07		    JAM_DeleteMessage(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=JAM_DeleteMessage&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help