Next: x1f4_lime_mxdeck, Previous: x1f4_fini_mxdeck, Up: Named Objects Collections Functions [Index]
extern int x1f4_init_mxdeck (void **address, unsigned flags, struct x1f4_mxdeck_type *mxdeck);
The x1f4_init_mxdeck
function creates a string key pointer value
associative array object, according the flags
bits and mxdeck
setup values and stores the address of the newly created string key pointer
value associative array at address
.
The setup values in by the struct x1f4_mxdeck_type
record pointed to by
the mxdeck
argument are only used if so requested by flags
, the
mxdeck
argument is not considered otherwise.
The function returns 0 for success, one of the defined errors for failure.