Next: , Previous: , Up: Named Objects Collections Functions   [Index]


12.2.3.7 x1f4_pass_mxpath

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.