Share via


DkmGetSymbolFilePathAsyncResult Struct

Definition

Result of an asynchronous DkmModule.GetSymbolFilePath call.

public struct DkmGetSymbolFilePathAsyncResult
type DkmGetSymbolFilePathAsyncResult = struct
Public Structure DkmGetSymbolFilePathAsyncResult
Inheritance
DkmGetSymbolFilePathAsyncResult

Constructors

DkmGetSymbolFilePathAsyncResult(String)

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

Properties

ErrorCode

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

FilePath

Full path to the symbol file (ex: c:\myproj\bin\debug\myproj.pdb).

Methods

CreateErrorResult(Exception)

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

Applies to