CQisStructNumRefs

DataType: CQisStructNumRefs

Use:
	Stores a cell name and a number indicating the number of references to this cell.

Members:
	StructureName (const char*) : Name of the cell.
	NumRefs (longlong) : Number of references .

Notes:
	- This data structure is used in association with QisLib_GetStructureChildrenNum to
	get a list of child cells and the number of references to each child cell for a
	particular parent cell.

References:
QisLib_GetStructureChildrenNum