VTable
The virtual table is identified by the SymTagVTable symbol.
Properties
The following table shows additional valid properties for this symbol type.
Property |
Data type |
Description |
---|---|---|
IDiaSymbol* |
Symbol of the class that owns this VTable. |
|
DWORD |
ID of the class parent symbol. |
|
BOOL |
TRUE if the class of the VTable is marked as a constant. |
|
IDiaSymbol* |
Symbol of the enclosing compiland. |
|
DWORD |
ID of the lexical parent symbol. |
|
DWORD |
Index ID of symbol. |
|
DWORD |
Returns SymTagVTable (one of the SymTagEnum values). |
|
IDiaSymbol* |
Symbol for the VTable's VTableShape. |
|
DWORD |
ID of the type symbol. |
|
BOOL |
TRUE if the class of the VTable is unaligned. |
|
BOOL |
TRUE if the class of the VTable is marked as volatile. |