|
FireSync API
|
| kStatus kFindPlProgram | ( | k32u | configuration, |
| kVersion | expectingVersion, | ||
| kChar * | path, | ||
| kSize | capacity, | ||
| kVersion * | version | ||
| ) |
Gives the path and the version of a Pl file given a specific configuration.
| configuration | Pl configuration number. |
| expectingVersion | Search for specified PL version. |
| path | Receives path of the Pl file. |
| capacity | Maximum number of characters (including null terminator). |
| version | Receives Pl version. |