home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 10 / ioProg_10.iso / soft / platsdk / inetwork.exe / TAPI-S.cab / 24COMMCODE.H < prev    next >
Encoding:
Text File  |  1997-10-05  |  527 b   |  15 lines

  1. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  2. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  3. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  4. // PARTICULAR PURPOSE.
  5. //
  6. // Copyright (C) 1995-1997  Microsoft Corporation.  All Rights Reserved.
  7. //
  8. // PURPOSE:
  9. //    Contains public declarations for the CommCode module.
  10. //
  11.  
  12. BOOL StartComm(HANDLE hNewCommFile);
  13. void StopComm();
  14. BOOL WriteCommString(LPCSTR pszStringToWrite, DWORD nSizeofStringToWrite);
  15.