!owner

The !owner extension displays the owner of a module or function.

!owner [Module[!Symbol]]

Parameters

Module
Specifies the module whose owner is desired. An asterisk (*) at the end of Module represents any number of additional characters.

Symbol
Specifies the symbol within Module whose owner is desired. An asterisk (*) at the end of Symbol represents any number of additional characters. If Symbol is omitted, the owner of the entire module is displayed.

DLL

Ext.dll

Remarks

If no parameters are used and a fault has occurred, !owner will display the name of the owner of the faulting module or function.

When you pass a module or function name to the !owner extension, the debugger displays the word Followup followed by the name of owner of the specified module or function.

For this extension to display useful information, you must first create a triage.ini file containing the names of the module and function owners.

For details on the triage.ini file and an example of the !owner extension, see Specifying Module and Function Owners.