faglGetShareName

AVDEF Subroutine: Gets a string identifier that identifies the shared memory region associated with an array.

Module: USE AVDEF

Syntax

faglGetShareName (array, filename, status)

array
The name of an array. The name must be one that the application has previously used in a call to faglStartWatch.

filename
An output argument of type CHARACTER string. The length of the string should be AV_SHARENAME_LEN.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

Remarks

The string returned by faglGetShareName can be passed to the Avis2D or AvisGrid controls as the FileName property. This allows array data to be displayed by applications that host these controls without saving the array to a disk file.

See Also

faglStartWatch, Avis2D FileName property, AvisGrid FileName property