home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1997: The Complete Utilities Toolkit
/
macworld-complete-utilities-1997.iso
/
Programming
/
GetFileIcon
/
Universal Headers
/
GetFileIcon.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
|
1995-02-28
|
309 b
|
13 lines
|
[
TEXT/MPCC
]
/* ------------------ GetFileIcon.h ------------------- */
#ifndef __GETFILEICON__
#define __GETFILEICON__
#include <Icons.h>
#include <Finder.h>
pascal OSErr GetFileIcon( FSSpec *thing, IconSelectorValue iconSelector, Handle *theSuite);
Boolean IsSuiteEmpty( Handle theSuite );
#endif // __GETFILEICON__