DkmGetTaskCreationStackAsyncResult(DkmStackWalkFrame[]) Constructor
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.
Creates a new result structure to hold the output from a successful call to DkmAsyncStackWalkContext.GetTaskCreationStack.
public:
DkmGetTaskCreationStackAsyncResult(cli::array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ CreationStack);
public:
DkmGetTaskCreationStackAsyncResult(Platform::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ CreationStack);
DkmGetTaskCreationStackAsyncResult(std::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame const &> const & CreationStack);
public DkmGetTaskCreationStackAsyncResult (Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[] CreationStack);
new Microsoft.VisualStudio.Debugger.CallStack.DkmGetTaskCreationStackAsyncResult : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[] -> Microsoft.VisualStudio.Debugger.CallStack.DkmGetTaskCreationStackAsyncResult
Public Sub New (CreationStack As DkmStackWalkFrame())
Parameters
- CreationStack
- DkmStackWalkFrame[]
[In] The creation stack of this task.