www.pudn.com > VCAMS.rar > AMStoneTime.idl
// AMStoneTime.idl : IDL source for AMStoneTime.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (AMStoneTime.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(F8B4A85B-FCB1-4F17-935F-9961B06D743A),
dual,
helpstring("IMsg Interface"),
pointer_default(unique)
]
interface IMsg : IDispatch
{
};
[
uuid(83B4B3FC-234D-46F0-848B-C4219B4A1B4C),
version(1.0),
helpstring("AMStoneTime 1.0 Type Library")
]
library AMStoneTimeLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(7DE013BA-B96E-4F41-A37A-7A8C66C6DCC0),
helpstring("Msg Class")
]
coclass Msg
{
[default] interface IMsg;
};
};