GSErrCode err = ACAPI_Element_GetHotspots(guid, &hotspots);
short ind;
for (ind = 0; ind < (short)hotspots.GetSize(); ind++) {
API_Neig neig;
API_Coord3D coord;
hotspots[ind].Get(neig, coord);
ACAPI_WriteReport("ind = %ld neigID = %ld, inIndex = %ld ",
false, ind, neig.neigID, neig.inIndex);
}
ind = 0, neigID = 5, inIndex = 0
ind = 1, neigID = 5, inIndex = 0
ind = 2, neigID = 5, inIndex = 0
ind = 3, neigID = 5, inIndex = 0
ind = 4, neigID = 5, inIndex = 0
ind = 5, neigID = 5, inIndex = 0
AC27 on window 11