home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 8
/
CDACTUAL8.iso
/
progs
/
delphi
/
info
/
bc5_d2
/
code
/
sample
/
testdll.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-07-31
|
253 b
|
11 lines
// Form interface definition
#include <ole2.h>
class IMyObj: public IUnknown
{
virtual int __stdcall GoNext() = 0;
virtual int __stdcall GoPrev() = 0;
};
extern "C" HWND __import __stdcall MakeTestForm(HWND hwndParent, LPUNKNOWN &pObj);