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.

26 lines
556 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996-1997
  5. //
  6. // File:
  7. //
  8. // Contents: IDL source for Hydra License Server
  9. //
  10. //---------------------------------------------------------------------------
  11. [
  12. uuid(493c451c-155c-11d3-a314-00c04fb16103),
  13. version(1.0),
  14. pointer_default(unique)
  15. ]
  16. #define WINAPI
  17. interface TermServLicensingBackup
  18. {
  19. import "wtypes.idl";
  20. HRESULT WINAPI ExportTlsDatabase();
  21. HRESULT WINAPI ImportTlsDatabase();
  22. }