通过


DkmGetLanguageSettingsAsyncResult Struct

Definition

Result of an asynchronous DkmLanguage.GetLanguageSettings call.

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

Constructors

Name Description
DkmGetLanguageSettingsAsyncResult(DkmLanguageRegistrySetting[])

Creates a new result structure to hold the output from a successful call to DkmLanguage.GetLanguageSettings.

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.

Settings

Pairing between the name of a setting and its value.

Methods

Name Description
CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmLanguage.GetLanguageSettings.

Applies to