LStrBuf (LabVIEW Manager Macro)
- 업데이트 날짜:2025-07-30
- 1분 (읽기 시간)
uChar *LStrBuf(s);
Purpose
Returns the address of the string data of a LabVIEW string, that is, the address of s->str.
Parameters
| Name | Type | Description |
|---|---|---|
| s | LStrPtr | Pointer to a LabVIEW string. |
Return Value
The address of the string data of the LabVIEW string.