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 ipsectypes.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 __ipsectypes_h__
39 #define __ipsectypes_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 "fwptypes.h"
49 #include "iketypes.h"
50
51 #ifdef __cplusplus
52 extern "C"{
53 #endif 
54
55
56 /* interface __MIDL_itf_ipsectypes_0000_0000 */
57 /* [local] */ 
58
59 #if _MSC_VER >=  800
60 #if _MSC_VER >= 1200
61 #pragma warning(push)
62 #endif
63 #pragma warning(disable:4201)
64 #endif
65 typedef struct FWPM_FILTER0_ FWPM_FILTER0;
66
67 typedef struct IPSEC_SA_LIFETIME0_
68       {
69       UINT32 lifetimeSeconds;
70       UINT32 lifetimeKilobytes;
71       UINT32 lifetimePackets;
72       }     IPSEC_SA_LIFETIME0;
Lines 73 ... 467 are skipped.
468       UINT64 saContextId;
469       IPSEC_SA_DETAILS0 *inboundSa;
470       IPSEC_SA_DETAILS0 *outboundSa;
471       }     IPSEC_SA_CONTEXT0;
472
473 typedef struct IPSEC_SA_CONTEXT_ENUM_TEMPLATE0_
474       {
475       FWP_CONDITION_VALUE0 localSubNet;
476       FWP_CONDITION_VALUE0 remoteSubNet;
477       }     IPSEC_SA_CONTEXT_ENUM_TEMPLATE0;
478
479 typedef struct IPSEC_SA_ENUM_TEMPLATE0_
480       {
481       FWP_DIRECTION saDirection;
482       }     IPSEC_SA_ENUM_TEMPLATE0;
483
484 typedef /* [v1_enum] */ 
485 enum IPSEC_FAILURE_POINT_
486       {    IPSEC_FAILURE_NONE    = 0,
487     IPSEC_FAILURE_ME    = ( IPSEC_FAILURE_NONE + 1 ) ,
488     IPSEC_FAILURE_PEER    = ( IPSEC_FAILURE_ME + 1 ) ,
489     IPSEC_FAILURE_POINT_MAX    = ( IPSEC_FAILURE_PEER + 1 ) 
490       }     IPSEC_FAILURE_POINT;
491
492 #if _MSC_VER >=  800
493 #if _MSC_VER >= 1200
494 #pragma warning(pop)
495 #else
496 #pragma warning(default:4201)
497 #endif
498 #endif
499
500
501 extern RPC_IF_HANDLE __MIDL_itf_ipsectypes_0000_0000_v0_0_c_ifspec;
502 extern RPC_IF_HANDLE __MIDL_itf_ipsectypes_0000_0000_v0_0_s_ifspec;
503
504 /* Additional Prototypes for ALL interfaces */
505
506 /* end of Additional Prototypes */
507
508 #ifdef __cplusplus
509 }
510 #endif
511
512 #endif
513
514
515
516