Symbol functions allow you to access Source Insight's symbol lookup engine. Source Insight maintains symbolic information about your project in a symbol database. These symbol functions make use of the symbol database and Source Insight's built-in language parsers to locate symbols in your source files.
You may want to review the section “Symbols and Projects” in the “Projects” chapter for a description of how Source Insight maintains symbolic information and what the lookup rules are.
In this section:
GetSymbolLocation (symbol_name)
GetSymbolLocationEx (symbol_name, output_buffer, fMatchCase, LocateFiles, fLocateSymbols)
GetSymbolFromCursor (hbuf, ln, ich)
GetSymbolLocationFromLn (hbuf, ln)
JumpToLocation (symbol_record)