OLEDBMail.idl
上传用户:benben_wyd
上传日期:2010-02-26
资源大小:1229k
文件大小:1k
- // OLEDBMail.idl : IDL source for OLEDBMail.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (OLEDBMail.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- [
- uuid(1A082C1A-C8D8-11D2-9949-D68A87749F4B),
- version(1.0),
- helpstring("OLEDBMail 1.0 Type Library")
- ]
- library OLEDBMAILLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- uuid(1A082C27-C8D8-11D2-9949-D68A87749F4B),
- helpstring("MAPIProvider OLE DB Provider")
- ]
- coclass MAPIProvider
- {
- interface IUnknown;
- };
- };