Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

31 lines
717 B

/*--------------------------------------------------------------
*
* FILE: SK_DLL.H
*
* PURPOSE: The file contains the Functions responsible for
* managing information passed between SerialKeys
* and the SerialKeys DLL
*
* CREATION: June 1994
*
* COPYRIGHT: Black Diamond Software (C) 1994
*
* AUTHOR: Ronald Moak
*
* $Header: %Z% %F% %H% %T% %I%
*
*------------------------------------------------------------*/
#define SPI_GETSERIALKEYS 62
#define SPI_SETSERIALKEYS 63
// Global Variables ---------------------------------
// Global Function Prototypes ---------------------------------
BOOL DoneDLL();
BOOL InitDLL();
void ResumeDLL();
void SuspendDLL();
void TerminateDLL();