![]() |
![]()
| ![]() |
![]()
NAMEJAM_WriteLastRead - Write a lastread record SYNOPSIS#include <jamlib/jam.h> int JAM_WriteLastRead(s_JamBase* Base_PS, ulong User_I, s_JamLastRead* Record_PS); DESCRIPTIONWrites a lastread record to the lastread file. If the user number could not be found, the record will be appended to the end of the file. ArgumentsRETURN VALUE
EXAMPLESint Result_I; s_JamLastRead LastRead_S; Result_I = JAM_WriteLastRead(Base_PS, 4711, &LastRead_S); 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_ReadLastRead(3) JAM_Errno(3)
|