LStrBuf (LabVIEW Manager Macro)
- Aktualisiert2025-07-30
- 1 Minute(n) Lesezeit
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.