Source code of Windows XP (NT5)
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.
|
|
//+--------------------------------------------------------------------------
//
// 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 TLSAddTermServCertificatePack( IN PTLSDbWorkSpace pDbWkSpace, IN BOOL bLogWarning );
DWORD TLSRemoveLicensesFromInvalidDatabase( IN PTLSDbWorkSpace pDbWkSpace );
#ifdef __cplusplus
} #endif
#endif
|