18 lines
420 B
Plaintext
18 lines
420 B
Plaintext
|
//+--------------------------------------------------------------------------
|
||
|
//
|
||
|
// Copyright (c) 1997-1999 Microsoft Corporation
|
||
|
//
|
||
|
// File:
|
||
|
//
|
||
|
// Contents:
|
||
|
//
|
||
|
// History:
|
||
|
//
|
||
|
//---------------------------------------------------------------------------
|
||
|
[implicit_handle(handle_t TermServLicensingBackup_IfHandle)]
|
||
|
interface TermServLicensingBackup
|
||
|
{
|
||
|
ExportTlsDatabase();
|
||
|
ImportTlsDatabase();
|
||
|
}
|