LStrBuf (LabVIEW Manager Macro)
- Mise à jour2025-07-30
- Temps de lecture : 1 minute(s)
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.