Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following error codes can be returned by IG_DUMP_SYMBOL_INFO and related functions and macros.
Successful result. A successful result always returns zero.
Error results. Nonzero return values represent errors. These values are defined in WDbgExts.h.
MEMORY_READ_ERROR
An error occurred while reading memory.SYMBOL_TYPE_INDEX_NOT_FOUND
The internal index containing symbol type information was not found.SYMBOL_TYPE_INFO_NOT_FOUND
Information about a specific symbol type was not found.FIELDS_DID_NOT_MATCH
Mismatched parameters were passed to this routine.NULL_SYM_DUMP_PARAM
NULL_FIELD_NAME
INCORRECT_VERSION_INFO
A version mismatch occurred.EXIT_ON_CONTROLC
The user pressed CTRL+C or CTRL+BREAK before the routine completed.CANNOT_ALLOCATE_MEMORY
A memory allocation error occurred.INSUFFICIENT_SPACE_TO_COPY
A memory write error occurred.ADDRESS_TYPE_INDEX_NOT_FOUND
A problem occurred when attempting to access the internal index containing type information.
Requirements
Header |
WDbgExts.h (include WDbgExts.h) |
See also