DkmEvaluateReturnValueAsyncResult2.ErrorCode Propriété
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.
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. E_PROCESS_DESTROYED indique que le processus s’est terminé lors de la tentative d’évaluation.
public:
property int ErrorCode { int get(); };
public:
property int ErrorCode { int get(); };
public int ErrorCode { get; }
member this.ErrorCode : int
Public ReadOnly Property ErrorCode As Integer