2025-04-27 07:49:33 -04:00

33 lines
767 B
C

/*--------------------------------------------------------------
*
* 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);