Source code of Windows XP (NT5)
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.

33 lines
610 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Copyright (c) 1997-1999 Microsoft Corporation
  4. //
  5. // File: conlic.h
  6. //
  7. // Contents:
  8. //
  9. // History:
  10. //
  11. //---------------------------------------------------------------------------
  12. #ifndef __CONLIC_H__
  13. #define __CONLIC_H__
  14. #include "server.h"
  15. #include "init.h"
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. DWORD
  20. TLSDBAllocateConcurrentLicense(
  21. IN PTLSDbWorkSpace pDbWkSpace,
  22. IN LPTSTR szHydraServer,
  23. IN PTLSDBLICENSEREQUEST pRequest,
  24. IN OUT long* dwQuantity
  25. );
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif