mirror of https://github.com/tongzx/nt5src
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
26 lines
556 B
//+--------------------------------------------------------------------------
|
|
//
|
|
// 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();
|
|
}
|