1
2
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
5
6  /* File created by MIDL compiler version 6.00.0361 */
7 /* Compiler settings for gpmgmt.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__ 475
23 #endif
24
25 #include "rpc.h"
26 #include "rpcndr.h"
27
28 #ifndef __RPCNDR_H_VERSION__
29 #error this stub requires an updated version of <rpcndr.h>
30 #endif // __RPCNDR_H_VERSION__
31
32 #ifndef COM_NO_WINDOWS_H
33 #include "windows.h"
34 #include "ole2.h"
35 #endif /*COM_NO_WINDOWS_H*/
36
37 #ifndef __gpmgmt_h__
38 #define __gpmgmt_h__
39
40 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
41 #pragma once
42 #endif
43
44 /* Forward Declarations */ 
45
46 #ifndef __IGPM_FWD_DEFINED__
47 #define __IGPM_FWD_DEFINED__
48 typedef interface IGPM IGPM;
49 #endif     /* __IGPM_FWD_DEFINED__ */
50
51
52 #ifndef __IGPMDomain_FWD_DEFINED__
53 #define __IGPMDomain_FWD_DEFINED__
54 typedef interface IGPMDomain IGPMDomain;
55 #endif     /* __IGPMDomain_FWD_DEFINED__ */
56
57
58 #ifndef __IGPMBackupDir_FWD_DEFINED__
59 #define __IGPMBackupDir_FWD_DEFINED__
60 typedef interface IGPMBackupDir IGPMBackupDir;
61 #endif     /* __IGPMBackupDir_FWD_DEFINED__ */
62
63
64 #ifndef __IGPMSitesContainer_FWD_DEFINED__
65 #define __IGPMSitesContainer_FWD_DEFINED__
66 typedef interface IGPMSitesContainer IGPMSitesContainer;
67 #endif     /* __IGPMSitesContainer_FWD_DEFINED__ */
68
69
70 #ifndef __IGPMSearchCriteria_FWD_DEFINED__
71 #define __IGPMSearchCriteria_FWD_DEFINED__
72 typedef interface IGPMSearchCriteria IGPMSearchCriteria;
Lines 73 ... 10224 are skipped.
10225 #endif
10226
10227 EXTERN_C const CLSID CLSID_GPMMapEntry;
10228
10229 #ifdef __cplusplus
10230
10231 class DECLSPEC_UUID("8C975253-5431-4471-B35D-0626C928258A")
10232 GPMMapEntry;
10233 #endif
10234
10235 EXTERN_C const CLSID CLSID_GPMMigrationTable;
10236
10237 #ifdef __cplusplus
10238
10239 class DECLSPEC_UUID("55AF4043-2A06-4F72-ABEF-631B44079C76")
10240 GPMMigrationTable;
10241 #endif
10242
10243 EXTERN_C const CLSID CLSID_GPOReportProvider;
10244
10245 #ifdef __cplusplus
10246
10247 class DECLSPEC_UUID("18CBB703-4F47-4DCE-A5DD-3817DDBF8169")
10248 GPOReportProvider;
10249 #endif
10250 #endif /* __GPMGMTLib_LIBRARY_DEFINED__ */
10251
10252 /* Additional Prototypes for ALL interfaces */
10253
10254 unsigned long                     __RPC_USER  BSTR_UserSize(        unsigned long *, unsigned long                    , BSTR * ); 
10255 unsigned char * __RPC_USER  BSTR_UserMarshal(  unsigned long *, unsigned char *, BSTR * ); 
10256 unsigned char * __RPC_USER  BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); 
10257 void                                    __RPC_USER  BSTR_UserFree(        unsigned long *, BSTR * ); 
10258
10259 unsigned long                     __RPC_USER  VARIANT_UserSize(        unsigned long *, unsigned long                    , VARIANT * ); 
10260 unsigned char * __RPC_USER  VARIANT_UserMarshal(  unsigned long *, unsigned char *, VARIANT * ); 
10261 unsigned char * __RPC_USER  VARIANT_UserUnmarshal(unsigned long *, unsigned char *, VARIANT * ); 
10262 void                                    __RPC_USER  VARIANT_UserFree(        unsigned long *, VARIANT * ); 
10263
10264 /* end of Additional Prototypes */
10265
10266 #ifdef __cplusplus
10267 }
10268 #endif
10269
10270 #endif
10271
10272
10273