![]() |
![]()
| ![]() |
![]()
NAMEJAM_ReadLastRead - Read a lastread record SYNOPSIS#include <jamlib/jam.h> int JAM_ReadLastRead(s_JamBase* Base_PS, ulong User_I, s_JamLastRead* Record_PS); DESCRIPTIONReads a lastread record from the lastread file. ArgumentsRETURN VALUE
EXAMPLESint Result_I; s_JamLastRead LastRead_S; Result_I = JAM_ReadLastRead( 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_WriteLastRead(3) JAM_Errno(3)
|