Edit

Share via


OnAnalysisEventFunc typedef

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 OnAnalysisEventFunc typedef is one of the function signatures used in the ANALYSIS_CALLBACKS structure.

Syntax

typedef enum CALLBACK_CODE (BUILD_INSIGHTS_API *OnAnalysisEventFunc)(
    const EVENT_COLLECTION_DATA*    eventStack,
    void*                           callbackContext);

Parameters

eventStack
The event stack for the current event. For more information on event stacks, see Events.

callbackContext
The context value that was set for this callback in ANALYSIS_DESCRIPTOR or RELOG_DESCRIPTOR.

Return Value

A CALLBACK_CODE value that controls what should happen next.