DSHeapCheck (LabVIEW Manager Function)

MgErr DSHeapCheck(Bool32 d);

Purpose

Verifies that the heap currently being accessed is not corrupt. This function returns 0 for an intact heap and a nonzero value for a corrupt heap.

Parameters

Name Type Description
d Bool32 Reserved for use by LabVIEW.

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
noErrThe heap is intact.
mCorruptErr74