Files
microsoft-krabsetw/examples/NativeExamples/examples.h
T
2020-01-14 10:08:55 -08:00

49 lines
673 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();
};