|
|
|
| 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.0279 */ |
| 8 |
|
/* at Thu Sep 30 09:32:08 1999 |
| 9 |
|
*/ |
| 10 |
|
/* Compiler settings for P:\cdontrtm\src\cdonts\actmsg.idl: |
| 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 __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 __cdonts_h__ |
| 38 |
|
#define __cdonts_h__ |
| 39 |
|
|
| 40 |
|
/* Forward Declarations */ |
| 41 |
|
|
| 42 |
|
#ifndef __INewMail_FWD_DEFINED__ |
| 43 |
|
#define __INewMail_FWD_DEFINED__ |
| 44 |
|
typedef interface INewMail INewMail; |
| 45 |
|
#endif /* __INewMail_FWD_DEFINED__ */ |
| 46 |
|
|
| 47 |
|
|
| 48 |
|
#ifndef __ISession_FWD_DEFINED__ |
| 49 |
|
#define __ISession_FWD_DEFINED__ |
| 50 |
|
typedef interface ISession ISession; |
| 51 |
|
#endif /* __ISession_FWD_DEFINED__ */ |
| 52 |
|
|
| 53 |
|
|
| 54 |
|
#ifndef __Folder_FWD_DEFINED__ |
| 55 |
|
#define __Folder_FWD_DEFINED__ |
| 56 |
|
typedef interface Folder Folder; |
| 57 |
|
#endif /* __Folder_FWD_DEFINED__ */ |
| 58 |
|
|
| 59 |
|
|
| 60 |
|
#ifndef __Messages_FWD_DEFINED__ |
| 61 |
|
#define __Messages_FWD_DEFINED__ |
| 62 |
|
typedef interface Messages Messages; |
| 63 |
|
#endif /* __Messages_FWD_DEFINED__ */ |
| 64 |
|
|
| 65 |
|
|
| 66 |
|
#ifndef __Message_FWD_DEFINED__ |
| 67 |
|
#define __Message_FWD_DEFINED__ |
| 68 |
|
typedef interface Message Message; |
| 69 |
|
#endif /* __Message_FWD_DEFINED__ */ |
| 70 |
|
|
| 71 |
|
|
| 72 |
|
#ifndef __Recipients_FWD_DEFINED__ |
| 4496 |
|
|
| 4497 |
|
|
| 4498 |
|
|
| 4499 |
|
|
| 4500 |
|
|
| 4501 |
|
|
| 4502 |
|
|
| 4503 |
|
|
| 4504 |
|
EXTERN_C const IID LIBID_CDONTS; |
| 4505 |
|
|
| 4506 |
|
EXTERN_C const CLSID CLSID_NewMail; |
| 4507 |
|
|
| 4508 |
|
#ifdef __cplusplus |
| 4509 |
|
|
| 4510 |
|
class DECLSPEC_UUID("AF0EB60E-0775-11D1-A77D-00C04FC2F5B3") |
| 4511 |
|
NewMail; |
| 4512 |
|
#endif |
| 4513 |
|
|
| 4514 |
|
EXTERN_C const CLSID CLSID_Session; |
| 4515 |
|
|
| 4516 |
|
#ifdef __cplusplus |
| 4517 |
|
|
| 4518 |
|
class DECLSPEC_UUID("0E064AEC-9D99-11D0-ABE5-00AA0064D470") |
| 4519 |
|
Session; |
| 4520 |
|
#endif |
| 4521 |
|
#endif /* __CDONTS_LIBRARY_DEFINED__ */ |
| 4522 |
|
|
| 4523 |
|
/* Additional Prototypes for ALL interfaces */ |
| 4524 |
|
|
| 4525 |
|
unsigned long __RPC_USER BSTR_UserSize( unsigned long __RPC_FAR *, unsigned long , BSTR __RPC_FAR * ); |
| 4526 |
|
unsigned char __RPC_FAR * __RPC_USER BSTR_UserMarshal( unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * ); |
| 4527 |
|
unsigned char __RPC_FAR * __RPC_USER BSTR_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * ); |
| 4528 |
|
void __RPC_USER BSTR_UserFree( unsigned long __RPC_FAR *, BSTR __RPC_FAR * ); |
| 4529 |
|
|
| 4530 |
|
unsigned long __RPC_USER VARIANT_UserSize( unsigned long __RPC_FAR *, unsigned long , VARIANT __RPC_FAR * ); |
| 4531 |
|
unsigned char __RPC_FAR * __RPC_USER VARIANT_UserMarshal( unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, VARIANT __RPC_FAR * ); |
| 4532 |
|
unsigned char __RPC_FAR * __RPC_USER VARIANT_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, VARIANT __RPC_FAR * ); |
| 4533 |
|
void __RPC_USER VARIANT_UserFree( unsigned long __RPC_FAR *, VARIANT __RPC_FAR * ); |
| 4534 |
|
|
| 4535 |
|
/* end of Additional Prototypes */ |
| 4536 |
|
|
| 4537 |
|
#ifdef __cplusplus |
| 4538 |
|
} |
| 4539 |
|
#endif |
| 4540 |
|
|
| 4541 |
|
#endif |
| 4542 |
|
|
| 4543 |
|
|
| 4544 |
|
|
|
|
|