afc_fileops_set_tags

Name

afc_fileops_set_tags  -- Sets a group of tags

Synopsis

int afc_fileops_set_tags ( FileOperations * fo, int first_tag, ... );

Description

This function sets a group of tags. To get a list of valid tags, please consult afc_fileops_set_tag()

Inputs

fo

Pointer to a valid FileOperations class.

first_tag

First tag to be set

...

List of tags and values

Result

the return code should be AFC_ERR_NO_ERROR

Note

See Also