 
 
 
 
 
 
 
  
NAME
miget_volume_props - Get a copy of the property list of a volume.
SYNOPSIS
#include <minc2.h>
int miget_volume_props(mihandle_t               volume, 
                       mivolumeprops_t          *props);
DESCRIPTION
Returns a copy of the properties associated with the volume.  Any
changes made to the properties will not take effect on the original volume,
but the resulting properties structure may be used in the creation of a new
volume.
The handle must be freed by calling mifree_volume_props().
RETURN VALUE
MI_NOERROR on success, MI_ERROR on failure