Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 2.1 KB

File metadata and controls

36 lines (32 loc) · 2.1 KB
description title ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
The VTable) symbol has a class child symbol identified by the SymTagVTableShape tag.
VTableShape
11/04/2016
reference
C++
VTableShape symbol
SymTagVTableShape tag
mikejo5000
mikejo
mijacobs
debug-diagnostics

VTableShape

The VTable symbol has a class child symbol identified by the SymTagVTableShape tag.

Properties

The following table shows additional valid properties for this symbol type.

Property Data type Description
IDiaSymbol::get_constType BOOL TRUE if the class of the VTable is marked as a constant.
IDiaSymbol::get_count DWORD Number of entries in the VTable.
IDiaSymbol::get_lexicalParent IDiaSymbol* Symbol of the enclosing compiland.
IDiaSymbol::get_lexicalParentId DWORD ID of the lexical parent symbol.
IDiaSymbol::get_symIndexId DWORD Index ID of symbol.
IDiaSymbol::get_symTag DWORD Returns SymTagVTableShape (one of the SymTagEnum Enumeration values).
IDiaSymbol::get_unalignedType BOOL TRUE if the class of the VTable is unaligned.
IDiaSymbol::get_volatileType BOOL TRUE if the class of the VTable is marked as volatile.

See also