VRT_VERIFY_ERRORS
typedef struct _VRT_VERIFY_ERRORS { unsigned long ulNumOfErrors; VRT_VERIFY_ERROR_LINE *pvRTErrorArray; } VRT_VERIFY_ERRORS, *PVRT_VERIFY_ERRORS;
Member | Description |
ulNumOfErrors |
The number of errors stored in the array structure. |
pvRTErrorArray |
A pointer to an array of structures for reporting errors. |