Creates a new struct.
Returns the created struct on success, or throws MimDbHandler_Exception on failure.
The arguments for each struct are listed below:
array( 'module' => &array, // the array of module struct passed by reference 'contact' => &array, // the array of contact struct passed by reference 'values' => array( 0 => &array, // the first setting 1 => &array, // the second one ... n => &array, // the last one ) )
array( 'module' => &array, // the array of module struct passed by reference 'contact' => &array, // the array of contact struct passed by reference 'values' => array( 'timestamp' => int, // timestamp of event 'flags' => int, // the flag of event 'eventType' => int, // module-defined event type 'blob' => string // blob (module-defined formatting) ) )