main
h 9 lines 387 Bytes
Raw
1 #pragma once
2 // 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.
3
4
5 const UINT COST_SECUREOBJECT = 1000;
6 const UINT COST_SERVICECONFIG = 1000;
7 const UINT COST_XMLFILE = 1000;
8 const UINT COST_CLOSEAPP = 500;
9 const UINT COST_INTERNETSHORTCUT = 2000;