In file useracc.h:

int usr_saveonlrec

(onlinerec_t* onlrec)

Write a user online record to disk.

Documentation

Write a user online record to disk.

Saves the specified online record to disk. This function is called by the system. Under any normal circumstances, you won't need to call it.

Parameters:
onlrec - Pointer to a onlinerec_t holding the online record to save.
Returns:
Zero if the record could not be saved, in which case, errno will be set to the error reported by the system. One if the record was written successfully.
See Also:
usr_loadonlrec().

Alphabetic index



This page was generated with the help of DOC++.