DkmHasLineInfoAsyncResult Structure

Définition

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.

S’applique à