source: nscp/helpers/installer_dll_fw/cost.h @ e6792f3

0.4.00.4.10.4.2
Last change on this file since e6792f3 was 8170e81, checked in by Michael Medin <michael@…>, 4 years ago

added some missing modules...

  • Property mode set to 100644
File size: 908 bytes
Line 
1#pragma once
2//-------------------------------------------------------------------------------------------------
3// <copyright file="cost.h" company="Microsoft">
4//    Copyright (c) Microsoft Corporation.  All rights reserved.
5//   
6//    The use and distribution terms for this software are covered by the
7//    Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
8//    which can be found in the file CPL.TXT at the root of this distribution.
9//    By using this software in any fashion, you are agreeing to be bound by
10//    the terms of this license.
11//   
12//    You must not remove this notice, or any other, from this software.
13// </copyright>
14//
15// <summary>
16//    Costs for custom actions in Firewall CA.
17// </summary>
18//-------------------------------------------------------------------------------------------------
19
20const UINT COST_FIREWALL_EXCEPTION = 2000;
Note: See TracBrowser for help on using the repository browser.