|
|
Syntax
int reportLoadSpec(const char *sFile, char *sError);Syntax description
| sFile | a null-terminated string specifying the name of the spec file to read. |
| sError | pointer to the buffer to receive an error description in the event of an error. This buffer needs to be at least MAX_STANREPORT_ERROR_STRING + 1 characters in length. |
Remarks
If the spec has been saved to a file, then this function can be used to load the spec from this file.