char *mi_class_name(VPclass_id)
mi_integer VPclass_id;
The mi_class_name( ) function obtains the name of the VP class that VPclass_id specifies. The VP-class name is assigned to the VP class in the VPCLASS configuration parameter. For example, suppose you have the following VPCLASS configuration parameter:
VPCLASS=newvp, num=3, max=6
The mi_class_name( ) function returns the string 'newvp' when it receives the VP-class identifier for the newvp VP class. You can obtain a VP-class identifier with the mi_vpinfo_classid( ) or mi_class_id( ) function.
See also the descriptions of mi_class_id( ), mi_class_maxvps( ), mi_class_numvp( ), and mi_vpinfo_classid( )).
For information about how to obtain information on VPs and VP classes, see the IBM Informix: DataBlade API Programmer's Guide.