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
S_OK
The method was successful.
  Managed debugging support relies on debugging functionality provided by the CLR.

Requirements

Requirement Value
Target Platform Windows
Header dbgeng.h (include Dbgeng.h)

See also

IDebugControl4