1
2 #pragma warning( disable: 4049 )  /* more than 64k source lines */
3
4 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
5
6
7  /* File created by MIDL compiler version 5.03.0268 */
8 /* at Wed Jul 07 15:54:33 1999
9  */
10 /* Compiler settings for asp.idl:
11       Oicf (OptLev=i2), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext
12       error checks: allocation ref bounds_check enum stub_data 
13       VC __declspec() decoration level: 
14                __declspec(uuid()), __declspec(selectany), __declspec(novtable)
15                DECLSPEC_UUID(), MIDL_INTERFACE()
16 */
17 //@@MIDL_FILE_HEADING(  )
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 ___asptlb_h__
29 #define ___asptlb_h__
30
31 /* Forward Declarations */ 
32
33 #ifndef __IStringList_FWD_DEFINED__
34 #define __IStringList_FWD_DEFINED__
35 typedef interface IStringList IStringList;
36 #endif     /* __IStringList_FWD_DEFINED__ */
37
38
39 #ifndef __IRequestDictionary_FWD_DEFINED__
40 #define __IRequestDictionary_FWD_DEFINED__
41 typedef interface IRequestDictionary IRequestDictionary;
42 #endif     /* __IRequestDictionary_FWD_DEFINED__ */
43
44
45 #ifndef __IRequest_FWD_DEFINED__
46 #define __IRequest_FWD_DEFINED__
47 typedef interface IRequest IRequest;
48 #endif     /* __IRequest_FWD_DEFINED__ */
49
50
51 #ifndef __Request_FWD_DEFINED__
52 #define __Request_FWD_DEFINED__
53
54 #ifdef __cplusplus
55 typedef class Request Request;
56 #else
57 typedef struct Request Request;
58 #endif /* __cplusplus */
59
60 #endif     /* __Request_FWD_DEFINED__ */
61
62
63 #ifndef __IReadCookie_FWD_DEFINED__
64 #define __IReadCookie_FWD_DEFINED__
65 typedef interface IReadCookie IReadCookie;
66 #endif     /* __IReadCookie_FWD_DEFINED__ */
67
68
69 #ifndef __IWriteCookie_FWD_DEFINED__
70 #define __IWriteCookie_FWD_DEFINED__
71 typedef interface IWriteCookie IWriteCookie;
72 #endif     /* __IWriteCookie_FWD_DEFINED__ */
Lines 73 ... 3933 are skipped.
3934 /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IScriptingContext_get_Session_Proxy( 
3935       IScriptingContext __RPC_FAR * This,
3936       /* [retval][out] */ ISessionObject __RPC_FAR *__RPC_FAR *ppSession);
3937
3938
3939 void __RPC_STUB IScriptingContext_get_Session_Stub(
3940       IRpcStubBuffer *This,
3941       IRpcChannelBuffer *_pRpcChannelBuffer,
3942       PRPC_MESSAGE _pRpcMessage,
3943       DWORD *_pdwStubPhase);
3944
3945
3946 /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IScriptingContext_get_Application_Proxy( 
3947       IScriptingContext __RPC_FAR * This,
3948       /* [retval][out] */ IApplicationObject __RPC_FAR *__RPC_FAR *ppApplication);
3949
3950
3951 void __RPC_STUB IScriptingContext_get_Application_Stub(
3952       IRpcStubBuffer *This,
3953       IRpcChannelBuffer *_pRpcChannelBuffer,
3954       PRPC_MESSAGE _pRpcMessage,
3955       DWORD *_pdwStubPhase);
3956
3957
3958
3959 #endif     /* __IScriptingContext_INTERFACE_DEFINED__ */
3960
3961
3962 DEFINE_GUID(CLSID_ScriptingContext,0xD97A6DA0,0xA868,0x11cf,0x83,0xAE,0x11,0xB0,0xC9,0x0C,0x2B,0xD8);
3963
3964 #ifdef __cplusplus
3965
3966 class DECLSPEC_UUID("D97A6DA0-A868-11cf-83AE-11B0C90C2BD8")
3967 ScriptingContext;
3968 #endif
3969 #endif /* __ASPTypeLibrary_LIBRARY_DEFINED__ */
3970
3971 /* Additional Prototypes for ALL interfaces */
3972
3973 /* end of Additional Prototypes */
3974
3975 #ifdef __cplusplus
3976 }
3977 #endif
3978
3979 #endif
3980
3981
3982