Next: x1f4_fini_mxdeck, Previous: x1f4_fill_mxdeck, Up: Named Objects Collections Functions [Index]
extern int x1f4_find_mxpath (void *deck, const char *name, unsigned size, const void **store);
The x1f4_find_mxpath
function looks for some deck
string key
pointer value associative array node matching the size
bytes long
name
name. Upon success, the pointer stored by the found element is
stored at store
.
The function returns 0 if no match was found, non zero otherwise.