www.pudn.com > PPPOE.rar > CoNotify.idl


// CoNotify.idl : IDL source for CoNotify 
// 
 
// This file will be processed by the MIDL tool to 
// produce the type library (CoNotify.tlb) and marshalling code. 
 
import "oaidl.idl"; 
import "ocidl.idl"; 
 
[ 
	object, 
	uuid(81002497-2FD7-4A4C-859B-E1A82977088F), 
	dual, 
	nonextensible, 
	helpstring("ICOPPPOENotify Interface"), 
	pointer_default(unique) 
] 
interface ICOPPPOENotify : IDispatch{ 
}; 
[ 
	uuid(3C3F19FB-669D-4936-87B1-C4931B6D2C5E), 
	version(1.0), 
	helpstring("CoNotify 1.0 Type Library") 
] 
library CoNotifyLib 
{ 
	importlib("stdole2.tlb"); 
	[ 
		uuid(A6EA3085-85CB-45BF-ABE3-EFB3E062ABFE), 
		helpstring("COPPPOENotify Class") 
	] 
	coclass COPPPOENotify 
	{ 
		[default] interface ICOPPPOENotify; 
	}; 
};