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


12.2.3.5 x1f4_init_mxdeck

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.