1
2
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
5
6  /* File created by MIDL compiler version 7.00.0499 */
7 /* Compiler settings for icftypes.idl:
8       Oicf, W1, Zp8, env=Win32 (32b run)
9       protocol : dce , ms_ext, c_ext, robust
10       error checks: allocation ref bounds_check enum stub_data 
11       VC __declspec() decoration level: 
12                __declspec(uuid()), __declspec(selectany), __declspec(novtable)
13                DECLSPEC_UUID(), MIDL_INTERFACE()
14 */
15 //@@MIDL_FILE_HEADING(  )
16
17 #pragma warning( disable: 4049 )  /* more than 64k source lines */
18
19
20 /* verify that the <rpcndr.h> version is high enough to compile this file*/
21 #ifndef __REQUIRED_RPCNDR_H_VERSION__
22 #define __REQUIRED_RPCNDR_H_VERSION__ 500
23 #endif
24
25 /* verify that the <rpcsal.h> version is high enough to compile this file*/
26 #ifndef __REQUIRED_RPCSAL_H_VERSION__
27 #define __REQUIRED_RPCSAL_H_VERSION__ 100
28 #endif
29
30 #include "rpc.h"
31 #include "rpcndr.h"
32
33 #ifndef __RPCNDR_H_VERSION__
34 #error this stub requires an updated version of <rpcndr.h>
35 #endif // __RPCNDR_H_VERSION__
36
37
38 #ifndef __icftypes_h__
39 #define __icftypes_h__
40
41 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
42 #pragma once
43 #endif
44
45 /* Forward Declarations */ 
46
47 /* header files for imported files */
48 #include "wtypes.h"
49
50 #ifdef __cplusplus
51 extern "C"{
52 #endif 
53
54
55 /* interface __MIDL_itf_icftypes_0000_0000 */
56 /* [local] */ 
57
58 typedef 
59 enum NET_FW_POLICY_TYPE_
60       {    NET_FW_POLICY_GROUP    = 0,
61     NET_FW_POLICY_LOCAL    = ( NET_FW_POLICY_GROUP + 1 ) ,
62     NET_FW_POLICY_EFFECTIVE    = ( NET_FW_POLICY_LOCAL + 1 ) ,
63     NET_FW_POLICY_TYPE_MAX    = ( NET_FW_POLICY_EFFECTIVE + 1 ) 
64       }     NET_FW_POLICY_TYPE;
65
66 typedef 
67 enum NET_FW_PROFILE_TYPE_
68       {    NET_FW_PROFILE_DOMAIN    = 0,
69     NET_FW_PROFILE_STANDARD    = ( NET_FW_PROFILE_DOMAIN + 1 ) ,
70     NET_FW_PROFILE_CURRENT    = ( NET_FW_PROFILE_STANDARD + 1 ) ,
71     NET_FW_PROFILE_TYPE_MAX    = ( NET_FW_PROFILE_CURRENT + 1 ) 
72       }     NET_FW_PROFILE_TYPE;
73
74 typedef 
75 enum NET_FW_PROFILE_TYPE2_
76       {    NET_FW_PROFILE2_DOMAIN    = 0x1,
77     NET_FW_PROFILE2_PRIVATE    = 0x2,
78     NET_FW_PROFILE2_PUBLIC    = 0x4,
79     NET_FW_PROFILE2_ALL    = 0x7fffffff
80       }     NET_FW_PROFILE_TYPE2;
81
82 typedef 
Lines 83 ... 92 are skipped.
93     NET_FW_SCOPE_LOCAL_SUBNET    = ( NET_FW_SCOPE_ALL + 1 ) ,
94     NET_FW_SCOPE_CUSTOM    = ( NET_FW_SCOPE_LOCAL_SUBNET + 1 ) ,
95     NET_FW_SCOPE_MAX    = ( NET_FW_SCOPE_CUSTOM + 1 ) 
96       }     NET_FW_SCOPE;
97
98 typedef 
99 enum NET_FW_IP_PROTOCOL_
100       {    NET_FW_IP_PROTOCOL_TCP    = 6,
101     NET_FW_IP_PROTOCOL_UDP    = 17,
102     NET_FW_IP_PROTOCOL_ANY    = 256
103       }     NET_FW_IP_PROTOCOL;
104
105 typedef 
106 enum NET_FW_SERVICE_TYPE_
107       {    NET_FW_SERVICE_FILE_AND_PRINT    = 0,
108     NET_FW_SERVICE_UPNP    = ( NET_FW_SERVICE_FILE_AND_PRINT + 1 ) ,
109     NET_FW_SERVICE_REMOTE_DESKTOP    = ( NET_FW_SERVICE_UPNP + 1 ) ,
110     NET_FW_SERVICE_NONE    = ( NET_FW_SERVICE_REMOTE_DESKTOP + 1 ) ,
111     NET_FW_SERVICE_TYPE_MAX    = ( NET_FW_SERVICE_NONE + 1 ) 
112       }     NET_FW_SERVICE_TYPE;
113
114 typedef 
115 enum NET_FW_RULE_DIRECTION_
116       {    NET_FW_RULE_DIR_IN    = 1,
117     NET_FW_RULE_DIR_OUT    = ( NET_FW_RULE_DIR_IN + 1 ) ,
118     NET_FW_RULE_DIR_MAX    = ( NET_FW_RULE_DIR_OUT + 1 ) 
119       }     NET_FW_RULE_DIRECTION;
120
121 typedef 
122 enum NET_FW_ACTION_
123       {    NET_FW_ACTION_BLOCK    = 0,
124     NET_FW_ACTION_ALLOW    = ( NET_FW_ACTION_BLOCK + 1 ) ,
125     NET_FW_ACTION_MAX    = ( NET_FW_ACTION_ALLOW + 1 ) 
126       }     NET_FW_ACTION;
127
128 typedef 
129 enum NET_FW_MODIFY_STATE_
130       {    NET_FW_MODIFY_STATE_OK    = 0,
131     NET_FW_MODIFY_STATE_GP_OVERRIDE    = ( NET_FW_MODIFY_STATE_OK + 1 ) ,
132     NET_FW_MODIFY_STATE_INBOUND_BLOCKED    = ( NET_FW_MODIFY_STATE_GP_OVERRIDE + 1 ) 
133       }     NET_FW_MODIFY_STATE;
134
135
136
137 extern RPC_IF_HANDLE __MIDL_itf_icftypes_0000_0000_v0_0_c_ifspec;
138 extern RPC_IF_HANDLE __MIDL_itf_icftypes_0000_0000_v0_0_s_ifspec;
139
140 /* Additional Prototypes for ALL interfaces */
141
142 /* end of Additional Prototypes */
143
144 #ifdef __cplusplus
145 }
146 #endif
147
148 #endif
149
150
151
152