Language

DkmGetSourceServerDataAsyncResult Struct

Definition

Result of an asynchronous DkmModule.GetSourceServerData call.

public struct DkmGetSourceServerDataAsyncResult
type DkmGetSourceServerDataAsyncResult = struct
Public Structure DkmGetSourceServerDataAsyncResult
Inheritance
DkmGetSourceServerDataAsyncResult

Constructors

Name Description
DkmGetSourceServerDataAsyncResult(Byte[])

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

Properties

Name Description
ErrorCode

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

StreamData

True if this address is the first address in the line's range. False otherwise.

Methods

Name Description
CreateErrorResult(Exception)

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

Applies to