IDebugEngine3.SetJustMyCodeState(Int32, UInt32, JMC_CODE_SPEC[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]