FunctionArgType

Each parameter of a function is identified by a SymTagFunctionArgType symbol.

Properties

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

Property Data type Description
IDiaSymbol::get_classParent IDiaSymbol* Symbol for the FunctionType parent.
IDiaSymbol::get_classParentId DWORD ID of the class parent symbol.
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 SymTagFunctionArgType (one of the SymTagEnum Enumeration values).
IDiaSymbol::get_type IDiaSymbol* Type of the parameter.
IDiaSymbol::get_typeId DWORD ID of the type symbol.

See also