Welcome to mirror list, hosted at ThFree Co, Russian Federation.

clrconfignative.h « vm « coreclr « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 161fac6ad4f38dc314db671b4e505acec3ec9f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#ifndef _CLRCONFIGNATIVE_H_
#define _CLRCONFIGNATIVE_H_

class ClrConfigNative
{
public:
    static BOOL QCALLTYPE GetConfigBoolValue(LPCWSTR name, BOOL *exist);
};

#endif // _CLRCONFIGNATIVE_H_