DkmOnFunctionResolvedAsyncResult Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |