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 vdshwprv.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 #ifndef COM_NO_WINDOWS_H
38 #include "windows.h"
39 #include "ole2.h"
40 #endif /*COM_NO_WINDOWS_H*/
41
42 #ifndef __vdshwprv_h__
43 #define __vdshwprv_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IEnumVdsObject_FWD_DEFINED__
52 #define __IEnumVdsObject_FWD_DEFINED__
53 typedef interface IEnumVdsObject IEnumVdsObject;
54 #endif     /* __IEnumVdsObject_FWD_DEFINED__ */
55
56
57 #ifndef __IVdsAsync_FWD_DEFINED__
58 #define __IVdsAsync_FWD_DEFINED__
59 typedef interface IVdsAsync IVdsAsync;
60 #endif     /* __IVdsAsync_FWD_DEFINED__ */
61
62
63 #ifndef __IVdsAdviseSink_FWD_DEFINED__
64 #define __IVdsAdviseSink_FWD_DEFINED__
65 typedef interface IVdsAdviseSink IVdsAdviseSink;
66 #endif     /* __IVdsAdviseSink_FWD_DEFINED__ */
67
68
69 #ifndef __IVdsProvider_FWD_DEFINED__
70 #define __IVdsProvider_FWD_DEFINED__
71 typedef interface IVdsProvider IVdsProvider;
72 #endif     /* __IVdsProvider_FWD_DEFINED__ */
Lines 73 ... 4356 are skipped.
4357       {
4358              CONST_VTBL struct IVdsAdminVtbl *lpVtbl;
4359       };
4360
4361       
4362
4363 #ifdef COBJMACROS
4364
4365
4366 #define IVdsAdmin_QueryInterface(This,riid,ppvObject)    \
4367       ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 
4368
4369 #define IVdsAdmin_AddRef(This)    \
4370       ( (This)->lpVtbl -> AddRef(This) ) 
4371
4372 #define IVdsAdmin_Release(This)    \
4373       ( (This)->lpVtbl -> Release(This) ) 
4374
4375
4376 #define IVdsAdmin_RegisterProvider(This,providerId,providerClsid,pwszName,type,pwszMachineName,pwszVersion,guidVersionId)    \
4377       ( (This)->lpVtbl -> RegisterProvider(This,providerId,providerClsid,pwszName,type,pwszMachineName,pwszVersion,guidVersionId) ) 
4378
4379 #define IVdsAdmin_UnregisterProvider(This,providerId)    \
4380       ( (This)->lpVtbl -> UnregisterProvider(This,providerId) ) 
4381
4382 #endif /* COBJMACROS */
4383
4384
4385 #endif     /* C style interface */
4386
4387
4388
4389
4390 #endif     /* __IVdsAdmin_INTERFACE_DEFINED__ */
4391
4392
4393 /* Additional Prototypes for ALL interfaces */
4394
4395 /* end of Additional Prototypes */
4396
4397 #ifdef __cplusplus
4398 }
4399 #endif
4400
4401 #endif
4402
4403
4404
4405