windows-nt/Source/XPSP1/NT/termsrv/license/tlserver/rpc/tlsbkup.idl

27 lines
556 B
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//+--------------------------------------------------------------------------
//
// 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();
}