DkmGetNextRawFramesAsyncResult(DkmStackWalkFrame[]) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmRawStackContext.GetNextRawFrames.

public:
 DkmGetNextRawFramesAsyncResult(cli::array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ Frames);
public:
 DkmGetNextRawFramesAsyncResult(Platform::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ Frames);
 DkmGetNextRawFramesAsyncResult(std::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame const &> const & Frames);
public DkmGetNextRawFramesAsyncResult (Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[] Frames);
public DkmGetNextRawFramesAsyncResult (Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[]? Frames);
new Microsoft.VisualStudio.Debugger.CallStack.DkmGetNextRawFramesAsyncResult : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[] -> Microsoft.VisualStudio.Debugger.CallStack.DkmGetNextRawFramesAsyncResult
Public Sub New (Frames As DkmStackWalkFrame())

Parameters

Frames
DkmStackWalkFrame[]

[In] DkmStackWalkFrame[] represents a frame on a call stack which has been walked, but may not have been formatted or filtered. Formatted frames are represented by DkmStackFrame instead.

Applies to