DSGetHandleSize (LabVIEW Manager Function)

size_t DSGetHandleSize(h);

Purpose

Returns the size of the block of memory referenced by the specified handle.

Parameters

Name Type Description
h UHandle Handle whose size you want to determine.

Return Value

The size in bytes of the relocatable block referenced by the handle h. If an error occurs, this function returns a negative number.