Admin Production ni-theme
Current Publication

DisposeHandle

LabWindows/CVI

DisposeHandle

void DisposeHandle (Handle memBlockHandle);

Purpose

This function disposes of a memory handle allocated by NewHandle.

Parameters

Input
Name Type Description
memBlockHandle Handle The handle to the memory block to be disposed. The handle must be a handle previously returned by NewHandle or the behavior is undefined.

Zero (or NULL) may passed safely, and the function will return without doing anything.

Return Value

None.

Additional Information

Library: Programmer's Toolbox

Include file: toolbox\toolbox.h

LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later