Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
537 B

  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 Microsoft Corporation. All Rights Reserved.
  7. //
  8. // PURPOSE:
  9. // Contains public declarations for the CommCode module.
  10. //
  11. BOOL _cdecl StartComm(HANDLE hNewCommFile, HANDLE);
  12. void _cdecl StopComm(HANDLE);
  13. BOOL WriteCommString(LPVOID pszStringToWrite, DWORD nSizeofStringToWrite);
  14.