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.

27 lines
659 B

  1. /*--------------------------------------------------------------
  2. *
  3. * FILE: SK_reg.H
  4. *
  5. * PURPOSE: Function prototypes for Serial registry 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. #define REG_FLAGS TEXT("Flags")
  17. #define REG_ACTIVEPORT TEXT("ActivePort")
  18. #define REG_PORT TEXT("Port")
  19. #define REG_BAUD TEXT("Baud")
  20. // Public Function ProtoTypes ----------------------------------
  21. BOOL GetUserValues(int User);
  22. BOOL SetUserValues();