home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
Libraries
/
WASTE Object Handlers 1.2.5
/
Handler Headers
/
WE_hfs_Handler.h
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-03-28
|
423 b
|
17 lines
|
[
TEXT/CWIE
]
#ifdef __cplusplus
extern "C" {
#endif
pascal OSErr HandleNewHFS(Point *defaultObjectSize,WEObjectReference objectRef);
pascal OSErr HandleDisposeHFS(WEObjectReference objectRef );
pascal OSErr HandleDrawHFS(Rect *destRect, WEObjectReference objectRef );
pascal Boolean HandleClickHFS( Point hitPt,
short modifiers,
long clickTime,
WEObjectReference objectRef);
#ifdef __cplusplus
}
#endif