MgErr DSHeapCheck(Bool32 d);
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.
| Name | Type | Description |
|---|---|---|
| d | Bool32 | Reserved for use by LabVIEW. |
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 |
|---|---|
| noErr | The heap is intact. |
| mCorruptErr | 74 |