You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
651 B
29 lines
651 B
// SimpleDriver.idl : IDL source for SimpleDriver.dll
|
|
//
|
|
|
|
// This file will be processed by the MIDL tool to
|
|
// produce the type library (SimpleDriver.tlb) and marshalling code.
|
|
|
|
import "oaidl.idl";
|
|
import "ocidl.idl";
|
|
import "mailmsg.idl";
|
|
|
|
[
|
|
uuid(2CCB54F5-6AB6-40ea-9989-5E62239FDA31),
|
|
version(1.0),
|
|
helpstring("POP3SMTPStoreDriver 1.0 Type Library")
|
|
]
|
|
library POP3SMTPSTOREDRIVERLib
|
|
{
|
|
importlib("stdole32.tlb");
|
|
importlib("stdole2.tlb");
|
|
|
|
[
|
|
uuid(9100BE35-711B-4b34-8AC9-BA350C2117BE),
|
|
helpstring("CPOP3SMTPStoreDriver Class")
|
|
]
|
|
coclass CPOP3SMTPStoreDriver
|
|
{
|
|
[default] interface ISMTPStoreDriver;
|
|
};
|
|
};
|