IDiaSymbol::get_interruptReturn

Récupère un indicateur qui spécifie si la fonction contient un retour à partir d’instructions d’interruption (par exemple, le code d’assembly X86 iret).

Syntaxe

HRESULT get_interruptReturn(
   BOOL *pFlag
);

Paramètres

pFlag

[out] Retourne TRUE si la fonction a un retour de l’instruction d’interruption ; sinon, retourne FALSE.

Valeur renvoyée

En cas de réussite, retourne S_OK, sinon, retourne S_FALSE ou un code d’erreur.

Notes

Une valeur de retour de S_FALSE signifie que la propriété n’est pas disponible pour le symbole.

Configuration requise

Condition requise Description
En-tête : dia2.h
Version : SDK DIA v8.0

Voir aussi