27 lines
556 B
Plaintext
27 lines
556 B
Plaintext
//+--------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1996-1997
|
|
//
|
|
// File:
|
|
//
|
|
// Contents: IDL source for Hydra License Server
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
[
|
|
uuid(493c451c-155c-11d3-a314-00c04fb16103),
|
|
version(1.0),
|
|
pointer_default(unique)
|
|
]
|
|
|
|
#define WINAPI
|
|
|
|
interface TermServLicensingBackup
|
|
{
|
|
import "wtypes.idl";
|
|
|
|
HRESULT WINAPI ExportTlsDatabase();
|
|
|
|
HRESULT WINAPI ImportTlsDatabase();
|
|
}
|