DSNewPtr (LabVIEW Manager Function)
- 업데이트 날짜:2025-07-30
- 1분 (읽기 시간)
UPtr DSNewPtr(size);
Purpose
Creates a new pointer to a non-relocatable block of memory of the specified size.
Parameters
| Name | Type | Description |
|---|---|---|
| size | size_t | Size, in bytes, of the pointer you want to create. |
Return Value
A pointer to a block of size bytes. If an error occurs, this function returns NULL.