Share via


IAsyncDebugGetThreadPropertiesCompletionHandler.OnComplete Method

Definition

public:
 int OnComplete(int hr, Microsoft::VisualStudio::Debugger::Interop::IDebugThreadProperties ^ pStackFrames);
public int OnComplete (int hr, Microsoft.VisualStudio.Debugger.Interop.IDebugThreadProperties pStackFrames);
abstract member OnComplete : int * Microsoft.VisualStudio.Debugger.Interop.IDebugThreadProperties -> int
Public Function OnComplete (hr As Integer, pStackFrames As IDebugThreadProperties) As Integer

Parameters

hr
Int32
pStackFrames
IDebugThreadProperties

Returns

Applies to