Debugging Tools for Windows |
The !rpcexts.eerecord extension displays the contents of an extended error information record.
Windows 2000 | Unavailable |
Windows XP and later | Rpcexts.dll |
This extension displays the contents of one extended error information record in the debugger. In most cases, it is easier to use !rpcexts.eeinfo, which displays the whole chain. If the chain is very long and you wish to see only one record, use !eerecord instead.
Here is an example:
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)
For more information about debugging Microsoft Remote Procedure Call (RPC), see RPC Debugging.