FRONT_END_FILE_DATA structure

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 FRONT_END_FILE_DATA structure describes the processing of a file by the compiler front end.

Syntax

typedef struct FRONT_END_FILE_DATA_TAG
{
    const char*         Path;

} FRONT_END_FILE_DATA;

Members

Name Description
Path The file's absolute path, encoded in UTF-8.