home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / apps.to.go / DTS.Lib / DTS.Lib.headers / PPC.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-11  |  584 b   |  17 lines  |  [TEXT/MPS ]

  1. #ifndef __PPCTOOLBOX__
  2. #include <PPCToolbox.h>
  3. #endif
  4.  
  5.  
  6. OSErr    DoIPCListPorts(short *sindx, short *reqCount, short *actCount, LocationNamePtr loc,
  7.                        PortInfoArrayPtr retInfo, PPCFilterProcPtr filter);
  8.     /*
  9.     ** ¶ Used to generate a list of IPC ports, given a target.  For an example usage,
  10.     **
  11.     ** Used to generate a list of IPC ports, given a target.  For an example usage,
  12.     ** see the file AEChess.c in the sample application Kibitz. 
  13.     ** Note - The filter proc is never passed to the toolbox, it is called
  14.     ** directly, so we can get away without using a UniversalProcPtr.
  15.     */
  16.  
  17.