DkmCreateDebuggeeSideVisualizerObjectAsyncResult Struct
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.
Result of an asynchronous DkmSuccessEvaluationResult.CreateDebuggeeSideVisualizerObject call.
public struct DkmCreateDebuggeeSideVisualizerObjectAsyncResult
type DkmCreateDebuggeeSideVisualizerObjectAsyncResult = struct
Public Structure DkmCreateDebuggeeSideVisualizerObjectAsyncResult
- Inheritance
-
DkmCreateDebuggeeSideVisualizerObjectAsyncResult
Dkm |
Creates a new result structure to hold the output from a successful call to DkmSuccessEvaluationResult.CreateDebuggeeSideVisualizerObject. |
Error |
HRESULT code returned from the caller. This will be DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) if the operation was canceled before processing was complete. |
Exception |
[Optional] The exception message, if any. This API was introduced in Visual Studio 16 Update 10 (DkmApiVersion.VS16Update10). |
Exception |
[Optional] The stack trace of the exception thrown, if any. This API was introduced in Visual Studio 16 Update 10 (DkmApiVersion.VS16Update10). |
Exception |
[Optional] The type of the exception thrown, if any. This API was introduced in Visual Studio 16 Update 10 (DkmApiVersion.VS16Update10). |
Is |
[Optional] The debuggee will check if the process where it is hosted supports the Binary Formatter and return false if it doesn't so that the UI falls back to communicate via JSON. This API was introduced in Visual Studio 16 Update 10 (DkmApiVersion.VS16Update10). |
Create |
Creates a new result structure to hold the error from a failed call to DkmSuccessEvaluationResult.CreateDebuggeeSideVisualizerObject. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2022 |