FUnFlattenPath (LabVIEW Manager Function)
- Aktualisiert2025-07-30
- 1 Minute(n) Lesezeit
int32 FUnFlattenPath(fp, pPtr);
Purpose
Converts a flattened path, created using FFlattenPath, into a path.
Parameters
| Name | Type | Description |
|---|---|---|
| fp | UPtr | Pointer to the flattened path you want to convert to a path. |
| pPtr | Path * | Address at which FUnFlattenPath stores the resulting path. This parameter is a pointer. |
Return Value
Number of bytes the function interpreted as a path.