Enum wyrd_resource_options

Enum Documentation

enum wyrd_resource_options

The enumerator defines options that can be set on resources opened via the wyrd_open_resource() function. Use wyrd_set_resource_option to set options.

Values:

enumerator WYRD_RO_AUTHOR

This option specifies the author structure to use when creating resources.

The value type is expected to be struct vessel_author *; the function will not copy the structure, nor take ownership, so you have to ensure it exists for at least as long as the handle.

enumerator WYRD_RO_ALGORITHMS

Provide the algorithm options to use when creating resources.

The value type is expected to be struct vessel_algorithm_options *; the value is copied by this function, so you can discard the parameter after calling.