Admin Production ni-theme
Current Publication

GetHandleSize

LabWindows/CVI

GetHandleSize

size_t GetHandleSize (Handle handle);

Purpose

This function returns the size of the memory block referred to by a handle previously allocated by NewHandle.

Parameters

Input
Name Type Description
handle Handle The handle whose memory block size will be returned.

Return Value

Name Type Description
sizeInBytes size_t Returns the size in bytes of the memory block referred to by the handle.

Additional Information

Library: Programmer's Toolbox

Include file: toolbox\toolbox.h

LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later