|
NAMEJAM_ReadMsgText - Read a message´s text SYNOPSIS#include <jamlib/jam.h>
int JAM_ReadMsgText(s_JamBase* Base_PS,
ulong Offset_I,
ulong Length_I,
uchar* Buffer_PC);
DESCRIPTIONReads the body text associated with a message. ArgumentsRETURN VALUE
EXAMPLESs_JamMsgHeader Header_S;
uchar* Buffer_PC;
int Result_I;
/* read msg header */
Result_I = JAM_ReadMsgHeader(Base_PS, 0, &Header_S, &SubPack_PS);
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_ReadMsgHeader(3), JAM_Errno(3)
|