This topic has not yet been rated - Rate this topic

DebugExtensionUninitialize callback function

The DebugExtensionUninitialize callback function is called by the engine to uninitialize the DbgEng extensionDLL before it is unloaded.

Syntax

void CALLBACK DebugExtensionUninitialize(void);

Parameters

This callback function has no parameters.

Return value

This callback function does not return a value.

Remarks

This function is optional. A DbgEng extension DLL only needs to export DebugExtensionUninitialize if it needs to be notified before it is unloaded. The engine looks for this function by name in the extension DLL.

This function can be used by the extension DLL to clean up before it is unloaded.

There may or may not be a session active when this function is called, so the extension should not assume that it is able to query session information.

Requirements

Header

Dbgeng.h

See also

DebugExtensionInitialize

 

 

Send comments about this topic to Microsoft

Build date: 4/2/2012

Did you find this helpful?
(1500 characters remaining)