FunctionType
Each unique function signature is identified by a SymTagFunctionType symbol. Each parameter is identified as a class child symbol with a SymTagFunctionArgType tag.
Properties
The following table shows additional valid properties for this symbol type.
Property |
Data type |
Description |
---|---|---|
DWORD |
One of the values of the CV_call_e. |
|
IDiaSymbol* |
Class that this function (or method) is a member of. |
|
DWORD |
ID of the class parent symbol. |
|
BOOL |
TRUE if the function is marked as constant. |
|
DWORD |
Number of function parameters. |
|
IDiaSymbol* |
Symbol of the enclosing compiland. |
|
DWORD |
ID of the lexical parent symbol. |
|
IDiaSymbol* |
Type of the method's object pointer ("this"). |
|
DWORD |
Index ID of symbol. |
|
DWORD |
Returns SymTagFunctionType (one of the SymTagEnum values). |
|
LONG |
Logical "this" adjustor for the method. |
|
IDiaSymbol* |
Symbol for the return value type. |
|
DWORD |
ID of the type symbol. |
|
BOOL |
TRUE if the function is unaligned. |
|
BOOL |
TRUE if the function is marked as volatile. |