Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

DataObjectGetAllocation Function

Overview

The DataObjectGetAllocation function returns the number of bytes allocated to the Data Object.

Syntax/Parameters

Syntax

int = DataObjectGetAllocation ( handle hData );

Parameters

hData

A handle specifying the Data Object.

Return Value

Returns an int and the total allocated size in bytes of the Data Object or zero on failure. Use the GetLastError function to retrieve a formatted error code.

Remarks

The allocated size is the total bytes allocated, but not necessarily used, for a specific Data Object.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic