check_in

Checks in the member. This only consists of setting a flag to mark that it is checked in.

int check_in(char instanceID[256], char memberID[256], void** params, 
             void*** customReturn, char error[256])
Variable Function Description
char instanceID[256] Input The instance containing the member.
char memberID[256] Input The ID of the member being checked in.
void** params Input Pointer to an array of custom parameters (see Handling custom parameters and return values).
void** customReturn Output Used to reference an array of custom return values (see Handling custom parameters and return values).
char error[256] Output If an error occurs, this should be filled with a description of the error.