หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies the kind of association between two symbols.
Syntax
typedef enum CV_AssociationKind_e
{
CV_ASSOCIATIONKIND_NONE,
CV_ASSOCIATIONKIND_COROUTINE
} CV_AssociationKind_e;
Elements
| Element | Description |
|---|---|
CV_ASSOCIATIONKIND_NONE |
No associated symbol. |
CV_ASSOCIATIONKIND_COROUTINE |
Associated symbol is the primary coroutine function. |
Remarks
Use the IDiaSymbol8::get_associatedSymbolKind method to retrieve the kind of associated between two symbols.
Requirements
Header: cvconst.h