CAViewer::SetArray

CAViewer class

Lets you view a specified array.

BOOL SetArray(
  void array
  );

Parameters

array
A pointer to an array allocated by a call to aglAlloc, aglMalloc, or aglMallocEx; or added to the watch list by a call to aglStartWatch.

Return Value

Returns TRUE if the array was successfully loaded; otherwise, FALSE.

See Also

aglAlloc, aglMalloc, aglMallocEx, aglStartWatch, CAViewer::GetArray