CV_AssociationKind_e
Spécifie le type d’association entre deux symboles.
Syntaxe
typedef enum CV_AssociationKind_e
{
CV_ASSOCIATIONKIND_NONE,
CV_ASSOCIATIONKIND_COROUTINE
} CV_AssociationKind_e;
Éléments
Élément | Description |
---|---|
CV_ASSOCIATIONKIND_NONE |
Aucun symbole associé. |
CV_ASSOCIATIONKIND_COROUTINE |
Le symbole associé est la fonction coroutine principale. |
Notes
Utilisez la IDiaSymbol8::get_associatedSymbolKind
méthode pour récupérer le type de symbole associé entre deux symboles.
Spécifications
En-tête : cvconst.h