DSHeapCheck (LabVIEW Manager Function)
- Mise à jour2025-07-30
- Temps de lecture : 1 minute(s)
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 |
|---|---|
| noErr | The heap is intact. |
| mCorruptErr | 74 |