next up previous contents
Next: midelete_group Up: ATTRIBUTE/GROUP FUNCTIONS (11) Previous: micreate_group   Contents

midelete_attr

NAME 

midelete_attr - delete the attribute given its name

SYNOPSIS

#include <minc2.h>

int midelete_attr ( mihandle_t          volume,
                    const char          *path,
                    const char          *name)
                       
                                
DESCRIPTION

This methods deletes the attribute with the specified name. It also clears 
memory and releases handles.


RETURN VALUE

midelete_attr returns MI_NOERROR if it successfully deletes the attribute
or MI_ERROR otherwise



Robert VINCENT 2005-03-09