CPStrBuf (LabVIEW Manager Macro)
- 업데이트 날짜:2025-07-30
- 1분 (읽기 시간)
uChar *CPStrBuf(sp);
Purpose
Returns the address of the first string in a concatenated list of Pascal strings, that is, the address of sp->str.
Parameters
| Name | Type | Description |
|---|---|---|
| sp | CPStrPtr | Pointer to a concatenated list of Pascal strings. |
Return Value
The address of the first string of the concatenated list of Pascal strings.