|
FireSync API
|
| kStatus kPxEnviron_FindVariable | ( | kPxEnviron | pipeEnviron, |
| const kChar * | name, | ||
| kObject * | object | ||
| ) |
Gets a reference to a named object.
The object returned by this function should be treated as read-only and should be disposed when no longer needed.
| pipeEnviron | Environment provider. |
| name | Object name. |
| object | Receives object reference. |