MSVC_TOOL_CODE enum

The C++ Build Insights SDK is compatible with Visual Studio 2017 and later. To see the documentation for these versions, set the Visual Studio Version selector control for this article to Visual Studio 2017 or later. It's found at the top of the table of contents on this page.

The MSVC_TOOL_CODE enum.

Members

Name Value Description
MSVC_TOOL_CODE_CL 0 (0x00000000) The compiler (cl.exe).
MSVC_TOOL_CODE_LINK 1 (0x00000001) The linker (link.exe).

Remarks

Used by the C SDK functions.