C Within Screen Shots
The following shows the basic lay-out of the C Within screen.

Notes:
- Diagnostic messages in the top section
- Source file tree in the lower left
- Source code in the lower right; macros are highlighted in blue
All three sections can be resized by dragging the window frame.
The next shot shows the same source file but with the STDMETHODIMP macro
expanded.

The STDMETHODIMP_(ULONG) macro expanded to ULONG STDMETHODCALLTYPE. The
ULONG part is highlighted in yellow because it can't be expanded further.
However, STDMETHODCALLTYPE is shown in green because it is also a macro. It can
be expanded again:

The section highlighted in yellow show the final expansion of the original STDMETHODIMP.
|