DS_FreeMemory
- Updated2023-02-21
- 1 minute(s) read
void DS_FreeMemory (void *memory);
Purpose
Frees memory allocated by functions in this library.
Parameters
| Input | ||
| Name | Type | Description |
| memory | void * | A pointer to the memory you want to free. This function performs no action if you pass NULL. |
Return Value
None.
Additional Information
Library: DataSocket Library
Include file: datasock\dataskt.h
LabWindows/CVI compatibility: LabWindows/CVI 5.5 and later