home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n12
/
oleq1295.exe
/
IFOO.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-12-01
|
457b
|
19 lines
/////////////////////////////////////////////////////////
//
// IFoo.h - interface definition
//
#ifndef _IFOO_H
#ifndef _IFOO_H
class IFoo : public IUnknown {
public:
STDMETHOD(Argument)(short arg1) PURE;
STDMETHOD(Agreement)(short *parg1) PURE;
STDMETHOD(Articulate)(short arg1) PURE;
STDMETHOD(Announcement)(short arg1) PURE;
};
DEFINE_GUID(IID_IFoo,0xBABACACAL,0xDADA,0xEAEA,0xFA,0xFA,0x00,0x00,0x00,0x00,0x00,0x0B);
#endif