Leaked source code of windows server 2003
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.

32 lines
667 B

  1. /*--------------------------------------------------------------
  2. *
  3. * FILE: SK_COMM.H
  4. *
  5. * PURPOSE: Function prototypes for Serial Keys Comm Routines
  6. *
  7. * CREATION: June 1994
  8. *
  9. * COPYRIGHT: Black Diamond Software (C) 1994
  10. *
  11. * AUTHOR: Ronald Moak
  12. *
  13. * $Header: %Z% %F% %H% %T% %I%
  14. *
  15. *--------------------------------------------------------------*/
  16. // Global Variables ---------------------------------
  17. // Global Function ProtoTypes --------------------------------
  18. BOOL InitComm();
  19. void TerminateComm();
  20. void SuspendComm();
  21. void ResumeComm();
  22. BOOL StartComm();
  23. void StopComm();
  24. void SetCommBaud(int Baud);