Command
QisLib_FreeStructChildrenRefsData

QisLib_FreeStructChildrenRefsData


Function:
	int QisLib_FreeStructChildrenRefsData(CQisStructNumRefs* ListOfChildren, int NumItems);

Inputs:
	ListOfChildren: Pointer to the list.
	NumItems: Number of items in the list.

Return:
	0 (always)

Errors: -

Description:
	- This function can be used to free the list allocated internally by QisLib in
	response to QisLib_GetStructureChildrenNum function call.
	- It is the responsibility of the user program to make sure that the list allocated
	by QisLib_GetStructureChildrenNum is freed by using
	QisLib_FreeStructChildrenRefsData.

References:
QisLib_GetStructureChildrenNum
CQisStructNumRefs