Browse Source Windows: Symbol Codes in the Browse Source Window (Windows CE 5.0)
A Browse Window uses symbol codes to describe displayed query types. For example, f V CAboutDlg::GetMessageMap(void)
indicates a virtual (V) function (f).
The following table shows the codes and their meanings.
Source Browser Window Symbol Codes
Code | Description |
---|---|
c | Class |
f | Function |
d | Data |
M | Macro |
T | Type (other than class) |
V | Virtual function |
s | Static function or data member |
See Also
Send Feedback on this topic to the authors