Share via


DkmEnumSymbolsDocumentsAsyncResult Struct

Definition

Result of an asynchronous DkmModule.EnumSymbolsDocuments call.

public struct DkmEnumSymbolsDocumentsAsyncResult
type DkmEnumSymbolsDocumentsAsyncResult = struct
Public Structure DkmEnumSymbolsDocumentsAsyncResult
Inheritance
DkmEnumSymbolsDocumentsAsyncResult

Constructors

DkmEnumSymbolsDocumentsAsyncResult(DkmSymbolsDocument[])

Creates a new result structure to hold the output from a successful call to DkmModule.EnumSymbolsDocuments.

Properties

Documents

Array of embedded document metadata.

This API was introduced in Visual Studio 16 Update 5 (DkmApiVersion.VS16Update5).

ErrorCode

HRESULT code returned from the caller. This will be DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) if the operation was canceled before processing was complete.

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmModule.EnumSymbolsDocuments.

Applies to