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

/*--------------------------------------------------------------
*
* FILE: SK_reg.H
*
* PURPOSE: Function prototypes for Serial registry Routines
*
* CREATION: June 1994
*
* COPYRIGHT: Black Diamond Software (C) 1994
*
* AUTHOR: Ronald Moak
*
* $Header: %Z% %F% %H% %T% %I%
*
*------------------------------------------------------------*/
#define REG_FLAGS TEXT("Flags")
#define REG_ACTIVEPORT TEXT("ActivePort")
#define REG_PORT TEXT("Port")
#define REG_BAUD TEXT("Baud")
// Public Function ProtoTypes ----------------------------------
BOOL GetUserValues(int User);
BOOL SetUserValues();