Leaked source code of windows server 2003
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.
 
 
 
 
 
 

49 lines
851 B

//+--------------------------------------------------------------------------
//
// Copyright (c) 1997-1999 Microsoft Corporation
//
// File: upgdb.h
//
// Contents:
//
// History:
//
//---------------------------------------------------------------------------
#ifndef __UPGDB_H_
#define __UPGDB_H_
#include "server.h"
#ifdef __cplusplus
extern "C" {
#endif
DWORD
TLSUpgradeDatabase(
IN JBInstance& jbInstance,
IN LPTSTR szDatabaseFile,
IN LPTSTR szUserName,
IN LPTSTR szPassword
);
DWORD
UpgradeKeyPackVersion(IN PTLSDbWorkSpace pDbWkSpace);
DWORD
TLSAddTermServCertificatePack(
IN PTLSDbWorkSpace pDbWkSpace,
IN BOOL bLogWarning
);
DWORD
TLSRemoveLicensesFromInvalidDatabase(
IN PTLSDbWorkSpace pDbWkSpace
);
#ifdef __cplusplus
}
#endif
#endif