DkmGetTokenSymbolStoreAttributeAsyncResult Struct

Definition

Result of an asynchronous DkmModule.GetTokenSymbolStoreAttribute call.

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

Constructors

DkmGetTokenSymbolStoreAttributeAsyncResult(Byte[])

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

Properties

Data

The value of the requested symbol store attribute. This will be an empty array if the specified attribute name cannot be found.

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.GetTokenSymbolStoreAttribute.

Applies to