LStrBuf (LabVIEW Manager Macro)
- Updated2025-01-28
- 1 minute(s) read
LStrBuf (LabVIEW Manager Macro)
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.