IDkmSingleStepCompleteReceived.OnSingleStepCompleteReceived 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.
OnSingleStepCompleteReceived is invoked as part of event processing. See interface definition for more information.
public:
void OnSingleStepCompleteReceived(Microsoft::VisualStudio::Debugger::Stepping::DkmSingleStepRequest ^ singleStepRequest, Microsoft::VisualStudio::Debugger::DkmEventDescriptorS ^ eventDescriptor);
public:
void OnSingleStepCompleteReceived(Microsoft::VisualStudio::Debugger::Stepping::DkmSingleStepRequest ^ singleStepRequest, Microsoft::VisualStudio::Debugger::DkmEventDescriptorS ^ eventDescriptor);
void OnSingleStepCompleteReceived(Microsoft::VisualStudio::Debugger::Stepping::DkmSingleStepRequest const & singleStepRequest, Microsoft::VisualStudio::Debugger::DkmEventDescriptorS const & eventDescriptor);
public void OnSingleStepCompleteReceived (Microsoft.VisualStudio.Debugger.Stepping.DkmSingleStepRequest singleStepRequest, Microsoft.VisualStudio.Debugger.DkmEventDescriptorS eventDescriptor);
abstract member OnSingleStepCompleteReceived : Microsoft.VisualStudio.Debugger.Stepping.DkmSingleStepRequest * Microsoft.VisualStudio.Debugger.DkmEventDescriptorS -> unit
Public Sub OnSingleStepCompleteReceived (singleStepRequest As DkmSingleStepRequest, eventDescriptor As DkmEventDescriptorS)
Parameters
- singleStepRequest
- DkmSingleStepRequest
[In] DkmSingleStepRequest represents a request to single step a thread.
- eventDescriptor
- DkmEventDescriptorS
[In] Describes the event being processed and provides the ability for a component to suppress this event.