|
|
|
| 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:53:18 1999 |
| 9 |
|
*/ |
| 10 |
|
/* Compiler settings for iis.odl: |
| 11 |
|
Os (OptLev=s), 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 __iiis_h__ |
| 29 |
|
#define __iiis_h__ |
| 30 |
|
|
| 31 |
|
/* Forward Declarations */ |
| 32 |
|
|
| 33 |
|
#ifndef __IISMimeType_FWD_DEFINED__ |
| 34 |
|
#define __IISMimeType_FWD_DEFINED__ |
| 35 |
|
typedef interface IISMimeType IISMimeType; |
| 36 |
|
#endif /* __IISMimeType_FWD_DEFINED__ */ |
| 37 |
|
|
| 38 |
|
|
| 39 |
|
#ifndef __MimeMap_FWD_DEFINED__ |
| 40 |
|
#define __MimeMap_FWD_DEFINED__ |
| 41 |
|
|
| 42 |
|
#ifdef __cplusplus |
| 43 |
|
typedef class MimeMap MimeMap; |
| 44 |
|
#else |
| 45 |
|
typedef struct MimeMap MimeMap; |
| 46 |
|
#endif /* __cplusplus */ |
| 47 |
|
|
| 48 |
|
#endif /* __MimeMap_FWD_DEFINED__ */ |
| 49 |
|
|
| 50 |
|
|
| 51 |
|
#ifndef __IISIPSecurity_FWD_DEFINED__ |
| 52 |
|
#define __IISIPSecurity_FWD_DEFINED__ |
| 53 |
|
typedef interface IISIPSecurity IISIPSecurity; |
| 54 |
|
#endif /* __IISIPSecurity_FWD_DEFINED__ */ |
| 55 |
|
|
| 56 |
|
|
| 57 |
|
#ifndef __IPSecurity_FWD_DEFINED__ |
| 58 |
|
#define __IPSecurity_FWD_DEFINED__ |
| 59 |
|
|
| 60 |
|
#ifdef __cplusplus |
| 61 |
|
typedef class IPSecurity IPSecurity; |
| 62 |
|
#else |
| 63 |
|
typedef struct IPSecurity IPSecurity; |
| 64 |
|
#endif /* __cplusplus */ |
| 65 |
|
|
| 66 |
|
#endif /* __IPSecurity_FWD_DEFINED__ */ |
| 67 |
|
|
| 68 |
|
|
| 69 |
|
#ifndef __IISNamespace_FWD_DEFINED__ |
| 70 |
|
#define __IISNamespace_FWD_DEFINED__ |
| 71 |
|
|
| 72 |
|
#ifdef __cplusplus |
| 1486 |
|
/* [id][propget] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_get_Default_Proxy( |
| 1487 |
|
IISPropertyAttribute __RPC_FAR * This, |
| 1488 |
|
/* [retval][out] */ VARIANT __RPC_FAR *retval); |
| 1489 |
|
|
| 1490 |
|
|
| 1491 |
|
void __RPC_STUB IISPropertyAttribute_get_Default_Stub( |
| 1492 |
|
IRpcStubBuffer *This, |
| 1493 |
|
IRpcChannelBuffer *_pRpcChannelBuffer, |
| 1494 |
|
PRPC_MESSAGE _pRpcMessage, |
| 1495 |
|
DWORD *_pdwStubPhase); |
| 1496 |
|
|
| 1497 |
|
|
| 1498 |
|
/* [id][propput] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_put_Default_Proxy( |
| 1499 |
|
IISPropertyAttribute __RPC_FAR * This, |
| 1500 |
|
/* [in] */ VARIANT vDefault); |
| 1501 |
|
|
| 1502 |
|
|
| 1503 |
|
void __RPC_STUB IISPropertyAttribute_put_Default_Stub( |
| 1504 |
|
IRpcStubBuffer *This, |
| 1505 |
|
IRpcChannelBuffer *_pRpcChannelBuffer, |
| 1506 |
|
PRPC_MESSAGE _pRpcMessage, |
| 1507 |
|
DWORD *_pdwStubPhase); |
| 1508 |
|
|
| 1509 |
|
|
| 1510 |
|
|
| 1511 |
|
#endif /* __IISPropertyAttribute_INTERFACE_DEFINED__ */ |
| 1512 |
|
|
| 1513 |
|
|
| 1514 |
|
EXTERN_C const CLSID CLSID_PropertyAttribute; |
| 1515 |
|
|
| 1516 |
|
#ifdef __cplusplus |
| 1517 |
|
|
| 1518 |
|
class DECLSPEC_UUID("FD2280A8-51A4-11D2-A601-3078302C2030") |
| 1519 |
|
PropertyAttribute; |
| 1520 |
|
#endif |
| 1521 |
|
#endif /* __IISOle_LIBRARY_DEFINED__ */ |
| 1522 |
|
|
| 1523 |
|
/* Additional Prototypes for ALL interfaces */ |
| 1524 |
|
|
| 1525 |
|
/* end of Additional Prototypes */ |
| 1526 |
|
|
| 1527 |
|
#ifdef __cplusplus |
| 1528 |
|
} |
| 1529 |
|
#endif |
| 1530 |
|
|
| 1531 |
|
#endif |
| 1532 |
|
|
| 1533 |
|
|
| 1534 |
|
|
|
|
|