checkout
Check out the member. This only sets a flag. A extractMember
call
is expected immediately after this call.
int checkout(int RAMid, char instanceID[256], char memberID[256],
void** params, void*** customReturn, char error[256])
Variable | Function | Description |
---|---|---|
int RAMid |
Input | Tells CARMA which RAM should be worked on. This
ID was obtained after running getRAMList or getRAMList2 . |
char instanceID[256] |
Input | The instance the member is within. |
char memberID[256] |
Input | The member to be checked out. |
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. |