Files
microsoft-krabsetw/examples/NativeExamples/examples.h
T
path/to/file 8034e9fa08 Feature/vector predicates (#124)
* added new and/or/none predicate functions that compare a vectorlist of arbitrary predicates

* added examples and tests

* reverted visual studio version in krabs.sln

* improved comments in predicate_base

* fixed formatting in user_trace_006_predicate_vectors.cpp

* reverted change to sln

* renamed vector predicates

* updated versions and releaseNotes in nuspec files
2020-04-16 08:49:07 -07:00

54 lines
744 B
C

// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
struct kernel_and_user_trace_001
{
static void start();
};
struct kernel_trace_001
{
static void start();
};
struct multiple_providers_001
{
static void start();
};
struct testing_001
{
static void start();
};
struct user_trace_001
{
static void start();
};
struct user_trace_002
{
static void start();
};
struct user_trace_003_no_predicates
{
static void start();
};
struct user_trace_004
{
static void start();
};
struct user_trace_005
{
static void start();
};
struct user_trace_006_predicate_vectors
{
static void start();
};