Debugging Tools for Windows

RemoveExtension

The RemoveExtension method unloads an extension library.

HRESULT
  IDebugControl::RemoveExtension(
    IN ULONG64  Handle
    );

Parameters

Handle
Specifies the handle of the extension library to unload. This is the handle returned by AddExtension.

Return Value

S_OK
The method was successful.

This method can also return error values. See Return Values for more details.

Interface Version

RemoveExtension is available in all versions of IDebugControl.

Comments

For more information on using extension libraries, see Calling Extensions and Extension Functions.

Requirements

Headers: Defined in dbgeng.h. Include dbgeng.h.

See Also

AddExtension

Build machine: CAPEBUILD