windows-nt/Source/XPSP1/NT/termsrv/license/tlserver/rpc/tlsbkup.idl
2020-09-26 16:20:57 +08:00

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();
}