aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/test/DUtilUnitTest/error.h
blob: b973acaf89d689e7b0e90bb8d921bf345cb71314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.

#define DUTIL_SOURCE_DEFAULT DUTIL_SOURCE_EXTERNAL

void CALLBACK DutilTestTraceError(
    __in_z LPCSTR szFile,
    __in int iLine,
    __in REPORT_LEVEL rl,
    __in UINT source,
    __in HRESULT hrError,
    __in_z __format_string LPCSTR szFormat,
    __in va_list args
    );