home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_11 / 9n11047b < prev    next >
Text File  |  1991-09-25  |  800b  |  19 lines

  1. Message Manager Functions 
  2. void MsgClearSemaphore(STRING_ATOM semaphoreAtom);
  3. BOOL MsgConnectPorts(STRING_ATOM sourceAtom, STRING_ATOM
  4.         destinationAtom);
  5. void MsgDeleteTimer(EXEC_ID watchID);
  6. EXEC_ID MsgGetMsg(void);
  7. BOOL MsgInhibitPorts(STRING_ATOM sourceAtom, STRING_ATOM
  8.         destinationAtom);
  9. void *MsgOpenPort(STRING_ATOM nameAtom, PORT *pPortValue);
  10. PORT MsgPeekPort(STRING_ATOM, PORT *);
  11. void MsgSetSemaphore(STRING_ATOM semaphoreAtom);
  12. BOOL MsgSuppressPorts(STRING_ATOM sourceAtom, STRING_ATOM
  13.         destinationAtom);
  14. EXEC_ID MsgWatchPort(STRING_ATOM portAtom, PORT *pPortValue);
  15. EXEC_ID MsgWatchSemaphore(STRING_ATOM semaphoreAtom, BOOL
  16.         detectOn);
  17. EXEC_ID MsgWatchTimer(unsigned int interval);
  18. void MsgWriteToPort(STRING_ATOM portAtom, PORT portValue);
  19.