Share via


IDebugEngine3.SetJustMyCodeState(Int32, UInt32, JMC_CODE_SPEC[]) Method

Definition

public:
 int SetJustMyCodeState(int fUpdate, System::UInt32 dwModules, cli::array <Microsoft::VisualStudio::Debugger::Interop::JMC_CODE_SPEC> ^ rgJMCSpec);
public int SetJustMyCodeState(int fUpdate, uint dwModules, Microsoft.VisualStudio.Debugger.Interop.JMC_CODE_SPEC[] rgJMCSpec);
abstract member SetJustMyCodeState : int * uint32 * Microsoft.VisualStudio.Debugger.Interop.JMC_CODE_SPEC[] -> int
Public Function SetJustMyCodeState (fUpdate As Integer, dwModules As UInteger, rgJMCSpec As JMC_CODE_SPEC()) As Integer

Parameters

fUpdate
Int32
dwModules
UInt32
rgJMCSpec
JMC_CODE_SPEC[]

Returns

Applies to