SynopsisReturns the first user ID found in the user table. Prototype#include "um.h" char_t *umGetFirstUser(); ParametersNone DescriptionThe returned string is a pointer to the data stored in the user table. Use this function with umGetNextUser to retrieve a list of user IDs contained in the user table. Return ValueumGetFirstUser returns a pointer to the user ID, or a NULL on error. Examplechar_t *userid = umGetFirstUser(); See Also |