29 lines
615 B
Modula-2
29 lines
615 B
Modula-2
;LIBRARY WMITrace
|
|
|
|
EXPORTS
|
|
|
|
;--------------------------------------------------------------------
|
|
;
|
|
; these are the exports in this dll
|
|
;
|
|
;--------------------------------------------------------------------
|
|
|
|
help
|
|
logdump
|
|
logsave
|
|
strdump
|
|
wmiLogDump
|
|
wmiTraceDllInit
|
|
; WinDbgExtensionDllInitWmi
|
|
; DllInit
|
|
|
|
;--------------------------------------------------------------------
|
|
;
|
|
; these are the extension service functions provided for the debugger
|
|
;
|
|
;--------------------------------------------------------------------
|
|
|
|
CheckVersion
|
|
WinDbgExtensionDllInit
|
|
ExtensionApiVersion
|