DkmOnFunctionResolvedAsyncResult Structure

Définition

Résultat d’un appel DkmRuntimeFunctionResolutionRequest. OnFunctionResolved asynchrone.

public value class DkmOnFunctionResolvedAsyncResult
public value class DkmOnFunctionResolvedAsyncResult
struct DkmOnFunctionResolvedAsyncResult
public struct DkmOnFunctionResolvedAsyncResult
type DkmOnFunctionResolvedAsyncResult = struct
Public Structure DkmOnFunctionResolvedAsyncResult
Héritage
DkmOnFunctionResolvedAsyncResult

Propriétés

ErrorCode

Code HRESULT retourné par l’appelant. Ce sera DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) si l’opération a été annulée avant la fin du traitement.

Méthodes

CreateErrorResult(Exception)

Crée une nouvelle structure de résultat pour contenir l’erreur d’un appel à DkmRuntimeFunctionResolutionRequest. OnFunctionResolved.

S’applique à