DkmHasLineInfoAsyncResult 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 DkmInstructionSymbol. HasLineInfo asynchrone.
public value class DkmHasLineInfoAsyncResult
struct DkmHasLineInfoAsyncResult
public struct DkmHasLineInfoAsyncResult
type DkmHasLineInfoAsyncResult = struct
Public Structure DkmHasLineInfoAsyncResult
- Héritage
-
DkmHasLineInfoAsyncResult
Constructeurs
| DkmHasLineInfoAsyncResult(Boolean) |
Crée une nouvelle structure de résultat pour contenir la sortie d’un appel réussi à DkmInstructionSymbol. HasLineInfo. |
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. |
| Result |
True s’il existe des informations de ligne pour cet emplacement. |
Méthodes
| CreateErrorResult(Exception) |
Crée une nouvelle structure de résultat pour contenir l’erreur d’un appel à DkmInstructionSymbol. HasLineInfo. |