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.

32 lines
767 B

  1. /*--------------------------------------------------------------
  2. *
  3. * FILE: SK_DLL.H
  4. *
  5. * PURPOSE: The file contains the Functions responsible for
  6. * managing information passed between SerialKeys
  7. * and the SerialKeys DLL
  8. *
  9. * CREATION: June 1994
  10. *
  11. * COPYRIGHT: Black Diamond Software (C) 1994
  12. *
  13. * AUTHOR: Ronald Moak
  14. *
  15. * $Header: %Z% %F% %H% %T% %I%
  16. *
  17. *------------------------------------------------------------*/
  18. // Global Variables ---------------------------------
  19. // Global Function Prototypes ---------------------------------
  20. BOOL DoneDLL();
  21. BOOL InitDLL();
  22. void ResumeDLL();
  23. void SuspendDLL();
  24. void TerminateDLL();
  25. // Helper functions
  26. PSECURITY_DESCRIPTOR CreateSd(unsigned long ulRights);