Debugging Tools for Windows |
The !rpcexts.eeinfo extension displays the extended error information chain.
Windows 2000 | Unavailable |
Windows XP and later | Rpcexts.dll |
This extension displays the contents of all records in the extended error information chain.
The records are displayed in order, with the most recent records first. The records are separated by a line of dashes.
Here is an example (in which there is only one record):
Computer Name: (null)
ProcessID: 708 (0x2C4)
System Time is: 3/21/2000 4:3:0:264
Generating component: 8
Status: 14
Detection Location: 311
Flags:
Parameter 0:(Long value) : -30976 (0xFFFF8700)
Parameter 1:(Long value) : 16777343 (0x100007F)
If the chain is very long and you wish to see only one record, use !rpcexts.eerecord instead.
For more information about debugging Microsoft Remote Procedure Call (RPC), see RPC Debugging.