|
|
Syntax
int reportGetFileName(char *s, int maxlen);Syntax description
| s | pointer to the buffer to receive the file name in the spec. |
| maxlen | the size in characters of the above buffer, excluding the null-terminator. |
| sNewValue | null-terminated string specifying the file name. |