diff options
Diffstat (limited to 'src/ext/Util/ca/scacost.h')
-rw-r--r-- | src/ext/Util/ca/scacost.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ext/Util/ca/scacost.h b/src/ext/Util/ca/scacost.h new file mode 100644 index 00000000..5b215035 --- /dev/null +++ b/src/ext/Util/ca/scacost.h | |||
@@ -0,0 +1,18 @@ | |||
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_PERFMON_REGISTER = 1000; | ||
6 | const UINT COST_PERFMON_UNREGISTER = 1000; | ||
7 | |||
8 | const UINT COST_SMB_CREATESMB = 10000; | ||
9 | const UINT COST_SMB_DROPSMB = 5000; | ||
10 | const UINT COST_USER_ADD = 10000; | ||
11 | const UINT COST_USER_DELETE = 10000; | ||
12 | |||
13 | const UINT COST_PERFMONMANIFEST_REGISTER = 1000; | ||
14 | const UINT COST_PERFMONMANIFEST_UNREGISTER = 1000; | ||
15 | |||
16 | const UINT COST_EVENTMANIFEST_REGISTER = 1000; | ||
17 | const UINT COST_EVENTMANIFEST_UNREGISTER = 1000; | ||
18 | |||