IDebugControl4::ResetManagedStatus method (dbgeng.h)
Clears and reinitializes the engine's managed code debugging support of the runtime debugging APIs provided by the common language runtime (CLR).
Syntax
HRESULT ResetManagedStatus(
[in] ULONG Flags
);
Parameters
[in] Flags
Flags for the debugging API.
Return value
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dbgeng.h (include Dbgeng.h) |