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.
15 lines
352 B
15 lines
352 B
/* File: D:\NPORT\TDLL\serialno.h (Created: 10-May-1995)
|
|
*
|
|
* Copyright 1995 by Hilgraeve Inc. -- Monroe, MI
|
|
* All rights reserved
|
|
*
|
|
* $Revision: 1 $
|
|
* $Date: 10/05/98 12:40p $
|
|
*
|
|
*/
|
|
|
|
#define SERIALNO_EXPIRED -1
|
|
#define MAX_USER_SERIAL_NUMBER 20
|
|
#define APP_SERIALNO_MIN 6
|
|
|
|
int IsValidSerialNumber(TCHAR *pachSerialNumber);
|