#include <wdxml.h>
Public Attributes | |
| char | errors [1024] |
| Error message string. More... | |
| char | warnings [1024] |
| Warning message string. More... | |
This structure will be filled with C strings (one in errors and one in warnings) that are the results of the DTD validation of XMLValidate() .
1024 is hard-coded and should not be modified in the declaration of the structure.
|
|
Error message string.
|
|
|
Warning message string.
|
1.2.15