1
2 #pragma warning( disable: 4049 )  /* more than 64k source lines */
3 #pragma warning( disable: 4100 ) /* unreferenced arguments in x86 call */
4 #pragma warning( disable: 4211 )  /* redefine extent to static */
5
6 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
7
8
9  /* File created by MIDL compiler version 6.00.0358 */
10 /* Compiler settings for admex.idl:
11       Oicf, W1, Zp8, env=Win32 (32b run)
12       protocol : dce , ms_ext, c_ext, robust
13       error checks: allocation ref bounds_check enum stub_data 
14       VC __declspec() decoration level: 
15                __declspec(uuid()), __declspec(selectany), __declspec(novtable)
16                DECLSPEC_UUID(), MIDL_INTERFACE()
17 */
18 //@@MIDL_FILE_HEADING(  )
19
20
21 /* verify that the <rpcndr.h> version is high enough to compile this file*/
22 #ifndef __REQUIRED_RPCNDR_H_VERSION__
23 #define __REQUIRED_RPCNDR_H_VERSION__ 475
24 #endif
25
26 #include "rpc.h"
27 #include "rpcndr.h"
28
29 #ifndef __RPCNDR_H_VERSION__
30 #error this stub requires an updated version of <rpcndr.h>
31 #endif // __RPCNDR_H_VERSION__
32
33 #ifndef COM_NO_WINDOWS_H
34 #include "windows.h"
35 #include "ole2.h"
36 #endif /*COM_NO_WINDOWS_H*/
37
38 #ifndef __admex_h__
39 #define __admex_h__
40
41 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
42 #pragma once
43 #endif
44
45 /* Forward Declarations */ 
46
47 #ifndef __IMSAdminReplication_FWD_DEFINED__
48 #define __IMSAdminReplication_FWD_DEFINED__
49 typedef interface IMSAdminReplication IMSAdminReplication;
50 #endif     /* __IMSAdminReplication_FWD_DEFINED__ */
51
52
53 #ifndef __IMSAdminCryptoCapabilities_FWD_DEFINED__
54 #define __IMSAdminCryptoCapabilities_FWD_DEFINED__
55 typedef interface IMSAdminCryptoCapabilities IMSAdminCryptoCapabilities;
56 #endif     /* __IMSAdminCryptoCapabilities_FWD_DEFINED__ */
57
58
59 /* header files for imported files */
60 #include "unknwn.h"
61 #include "objidl.h"
62 #include "ocidl.h"
63
64 #ifdef __cplusplus
65 extern "C"{
66 #endif 
67
68 void * __RPC_USER MIDL_user_allocate(size_t);
69 void __RPC_USER MIDL_user_free( void * ); 
70
71 /* interface __MIDL_itf_admex_0000 */
72 /* [local] */ 
73
Lines 74 ... 480 are skipped.
481       /* [out] */ DWORD *pdwMDRequiredBufferSize);
482
483
484 void __RPC_STUB IMSAdminCryptoCapabilities_GetSupportedAlgs_Stub(
485       IRpcStubBuffer *This,
486       IRpcChannelBuffer *_pRpcChannelBuffer,
487       PRPC_MESSAGE _pRpcMessage,
488       DWORD *_pdwStubPhase);
489
490
491 HRESULT STDMETHODCALLTYPE IMSAdminCryptoCapabilities_SetCAList_Proxy( 
492       IMSAdminCryptoCapabilities * This,
493       /* [in] */ DWORD dwBufferSize,
494       /* [size_is][in] */ unsigned char *pbBuffer);
495
496
497 void __RPC_STUB IMSAdminCryptoCapabilities_SetCAList_Stub(
498       IRpcStubBuffer *This,
499       IRpcChannelBuffer *_pRpcChannelBuffer,
500       PRPC_MESSAGE _pRpcMessage,
501       DWORD *_pdwStubPhase);
502
503
504
505 #endif     /* __IMSAdminCryptoCapabilities_INTERFACE_DEFINED__ */
506
507
508 /* interface __MIDL_itf_admex_0256 */
509 /* [local] */ 
510
511 #endif
512
513
514 extern RPC_IF_HANDLE __MIDL_itf_admex_0256_v0_0_c_ifspec;
515 extern RPC_IF_HANDLE __MIDL_itf_admex_0256_v0_0_s_ifspec;
516
517 /* Additional Prototypes for ALL interfaces */
518
519 /* end of Additional Prototypes */
520
521 #ifdef __cplusplus
522 }
523 #endif
524
525 #endif
526
527
528
529