ERROR_ARRAY
Description
An array of error codes. An array of these structs is held in an
ERROR_SET struct.
LONG startError; |
The error code of the first error in the array.
|
LLINK errors; |
The ID of a resource array that holds the strings that map to each
error code beginning with StartError. Each item in the array is a
SINGLE_ERROR struct.
|
|