CDotNetFreeMemory
- Updated2023-02-21
- 1 minute(s) read
void CDotNetFreeMemory (void *memoryPointer);
Purpose
Frees memory allocated by the LabWindows/CVI .NET Library.
Parameters
| Input | ||
| Name | Type | Description |
| memoryPointer | void * | The address of the allocated memory to free. |
Return Value
None.
Additional Information
Library: .NET Library
Include file: cvidotnet.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later
