Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.09 KB

on-begin-end-pass-func-typedef.md

File metadata and controls

31 lines (22 loc) · 1.09 KB
title description ms.date helpviewer_keywords
OnBeginEndPassFunc typedef
The C++ Build Insights SDK OnBeginEndPassFunc typedef reference.
02/12/2020
C++ Build Insights
C++ Build Insights SDK
OnBeginEndPassFunc
throughput analysis
build time analysis
vcperf.exe

OnBeginEndPassFunc typedef

::: moniker range="<=msvc-140"

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.

::: moniker-end ::: moniker range=">=msvc-150"

The OnBeginEndPassFunc typedef is one of the function signatures used in the ANALYSIS_CALLBACKS and RELOG_CALLBACKS structures.

Syntax

typedef enum CALLBACK_CODE (BUILD_INSIGHTS_API *OnBeginEndPassFunc)(
    void*                           callbackContext);

Members

Name Description
callbackContext

::: moniker-end