home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n12
/
oleq1295.exe
/
COQUUX.ODL
< prev
next >
Wrap
INI File
|
1995-12-01
|
808b
|
31 lines
[ uuid(BABACACA-DADA-EAEA-FAFA-00000000000A),
version(1.0),
lcid(9),
helpstring("The Quux Type Library")
]
library Quux
{
importlib("stdole32.tlb");
// the logical interface
[ uuid(00000001-0000-0000-FFFF-112233445566), odl]
interface IQuuxLogical : IUnknown {
[id(1)] void Chatter([in] short arg1);
[id(2)] short Commentary();
[id(3)] void Criticism([in] long arg1);
[id(4)] void ChitChat([in] long arg1);
}
// the physical interface
[ uuid(00000002-0000-0000-FFFF-112233445566)]
dispinterface DQuuxPhysical {
interface IQuuxLogical;
}
// the instantiable implementation class
[ uuid(00000003-0000-0000-FFFF-112233445566)]
coclass CoQuux {
[default] dispinterface DQuuxPhysical;
}
}