![]() |
![]()
| ![]() |
![]()
NAMEJAM_FindUser - Find message to a user SYNOPSIS#include <jamlib/jam.h> int JAM_FindUser(s_JamBase* Base_PS, ulong UserCrc_I, ulong StartMsg_I, ulong* MsgNo_PI); DESCRIPTIONScans the message base looking for a message written to a specific user. Arguments
RETURN VALUE
EXAMPLESuchar Name_AC[32]; int Result_I; ulong Crc_I; ulong Msg_I; strcpy(Name_AC, "Bjorn Stenberg"); Crc_I = JAM_Crc32(Name_AC, strlen(Name_AC)); Result_I = JAM_FindUser(Base_PS, Crc_I, 0, &Msg_I); switch (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_Crc32(3), JAM_Errno(3)
|