Next: x1f4_post_mxpath, Previous: x1f4_lime_mxdeck, Up: Named Objects Collections Functions [Index]
extern int x1f4_pass_mxpath (void *deck, const char *name, unsigned size);
The x1f4_pass_mxpath
function looks for some deck
string key
pointer value associative array node matching the size
bytes long
name
name. Upon look up success, deletes the found string key
pointer value associative array element.
The function returns 0 for success (deletion success or nonexistent matching node), non zero otherwise.