home *** CD-ROM | disk | FTP | other *** search
- //
- // Interface descriptions
- //
- import "unknwn.idl" ;
- import "oaidl.idl" ;
- //Interface IPing
- [
- object,
- uuid(BA009420-272A-11d2-B906-00C04F8C9491),
- helpstring("IPing Interface"),
- pointer_default(unique)
- ]
-
- interface IPing : IUnknown
- {
- HRESULT ping([out, retval] BSTR* count);
- };
- [
- uuid(E2BAA470-272A-11d2-B906-00C04F8C9491),
- version(1.0),
- helpstring("IListener Type Library")
- ]
- library MessList
- {
- importlib("stdole32.tlb") ;
-
- interface IPing;
- } ;
-
-