Share via


DkmSendLowerAsyncResult Struct

Definition

Result of an asynchronous DkmCustomMessage.SendLower call.

public value class DkmSendLowerAsyncResult
struct DkmSendLowerAsyncResult
public struct DkmSendLowerAsyncResult
type DkmSendLowerAsyncResult = struct
Public Structure DkmSendLowerAsyncResult
Inheritance
DkmSendLowerAsyncResult

Constructors

DkmSendLowerAsyncResult(DkmCustomMessage)

Creates a new result structure to hold the output from a successful call to DkmCustomMessage.SendLower.

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.

ReplyMessage

[Optional] Message sent back from the implementation.

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmCustomMessage.SendLower.

Applies to