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
767 B
32 lines
767 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%
|
|
*
|
|
*------------------------------------------------------------*/
|
|
|
|
// Global Variables ---------------------------------
|
|
|
|
// Global Function Prototypes ---------------------------------
|
|
|
|
BOOL DoneDLL();
|
|
BOOL InitDLL();
|
|
void ResumeDLL();
|
|
void SuspendDLL();
|
|
void TerminateDLL();
|
|
|
|
// Helper functions
|
|
|
|
PSECURITY_DESCRIPTOR CreateSd(unsigned long ulRights);
|
|
|