aglShow

Creates an instance of Array Visualizer to display data for the specified array.

int aglShow(
  pvoid array
  );

Parameters

array
Pointer to an array either allocated by a call to aglAlloc, aglMalloc, or aglMallocEx, or added to the watch list by a call to aglStartWatch.

Return Value

Returns the value 0 if the call is successful; any other value indicates failure.

Remarks

The aglShow function creates an instance of the Array View and displays that instance. You can also use aglShow to make an existing instance of Array Visualizer visible if it has been rendered invisible by a call to aglHide. Before showing the instance of Array Visualizer, you might want to call aglName to put a suitable heading on its title bar.

If the Array Viewer instance associated with array was created by using the CAViewer class, rather than aglShow, this routine will have no effect. Use the CAViewer::ShowWindow method instead.

See Also

aglAlloc, aglHide, aglMalloc, aglMallocEx, aglName, aglShow, aglStartWatch