DSDisposePtr (LabVIEW Manager Function)

MgErr DSDisposePtr(p);

Purpose

Releases the memory referenced by the specified pointer.

Parameters

Name Type Description
p UPtr Pointer you want to dispose of.

Return Value

MgErr, which can contain the following errors. If you receive errors from LabVIEW Manager functions, most error names correspond to LabVIEW error codes.

Value Corresponding Error Code or Description
noErrNo error.
mZoneErrHandle or pointer not in specified zone.