1
2
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
5
6  /* File created by MIDL compiler version 6.00.0365 */
7 /* Compiler settings for wmdrmdeviceapp.idl:
8       Oicf, W1, Zp8, env=Win32 (32b run)
9       protocol : dce , ms_ext, c_ext
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__ 440
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 __wmdrmdeviceapp_h__
38 #define __wmdrmdeviceapp_h__
39
40 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
41 #pragma once
42 #endif
43
44 /* Forward Declarations */ 
45
46 #ifndef __IWMDRMDeviceApp_FWD_DEFINED__
47 #define __IWMDRMDeviceApp_FWD_DEFINED__
48 typedef interface IWMDRMDeviceApp IWMDRMDeviceApp;
49 #endif     /* __IWMDRMDeviceApp_FWD_DEFINED__ */
50
51
52 #ifndef __IWMDRMDeviceApp2_FWD_DEFINED__
53 #define __IWMDRMDeviceApp2_FWD_DEFINED__
54 typedef interface IWMDRMDeviceApp2 IWMDRMDeviceApp2;
55 #endif     /* __IWMDRMDeviceApp2_FWD_DEFINED__ */
56
57
58 #ifndef __WMDRMDeviceApp_FWD_DEFINED__
59 #define __WMDRMDeviceApp_FWD_DEFINED__
60
61 #ifdef __cplusplus
62 typedef class WMDRMDeviceApp WMDRMDeviceApp;
63 #else
64 typedef struct WMDRMDeviceApp WMDRMDeviceApp;
65 #endif /* __cplusplus */
66
67 #endif     /* __WMDRMDeviceApp_FWD_DEFINED__ */
68
69
70 /* header files for imported files */
71 #include "oaidl.h"
72 #include "ocidl.h"
Lines 73 ... 454 are skipped.
455
456 void __RPC_STUB IWMDRMDeviceApp2_QueryDeviceStatus2_Stub(
457       IRpcStubBuffer *This,
458       IRpcChannelBuffer *_pRpcChannelBuffer,
459       PRPC_MESSAGE _pRpcMessage,
460       DWORD *_pdwStubPhase);
461
462
463
464 #endif     /* __IWMDRMDeviceApp2_INTERFACE_DEFINED__ */
465
466
467
468 #ifndef __WMDRMDeviceAppLib_LIBRARY_DEFINED__
469 #define __WMDRMDeviceAppLib_LIBRARY_DEFINED__
470
471 /* library WMDRMDeviceAppLib */
472 /* [helpstring][version][uuid] */ 
473
474
475 EXTERN_C const IID LIBID_WMDRMDeviceAppLib;
476
477 EXTERN_C const CLSID CLSID_WMDRMDeviceApp;
478
479 #ifdef __cplusplus
480
481 class DECLSPEC_UUID("5C140836-43DE-11d3-847D-00C04F79DBC0")
482 WMDRMDeviceApp;
483 #endif
484 #endif /* __WMDRMDeviceAppLib_LIBRARY_DEFINED__ */
485
486 /* Additional Prototypes for ALL interfaces */
487
488 unsigned long                     __RPC_USER  BSTR_UserSize(        unsigned long *, unsigned long                    , BSTR * ); 
489 unsigned char * __RPC_USER  BSTR_UserMarshal(  unsigned long *, unsigned char *, BSTR * ); 
490 unsigned char * __RPC_USER  BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); 
491 void                                    __RPC_USER  BSTR_UserFree(        unsigned long *, BSTR * ); 
492
493 /* end of Additional Prototypes */
494
495 #ifdef __cplusplus
496 }
497 #endif
498
499 #endif
500
501
502
503