IDebugControl2::RemoveExtension method (dbgeng.h)
The RemoveExtension method unloads an extension library.
Syntax
HRESULT RemoveExtension(
[in] ULONG64 Handle
);
Parameters
[in] Handle
Specifies the handle of the extension library to unload. This is the handle returned by AddExtension.
Return value
Return code | Description |
---|---|
|
The method was successful. |
This method can also return error values. See Return Values for more details.
Remarks
For more information on using extension libraries, see Calling Extensions and Extension Functions.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |