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.
|
|
//-----------------------------------------------------------------------------
//
// File: product.h
// Copyright (C) 1994-1997 Microsoft Corporation
// All rights reserved.
//
// Owner: KenWal
//
//-----------------------------------------------------------------------------
#pragma once
struct ESP_USER_SETUP_DATA { CLString strName; CLString strCompany; };
BOOL LTAPIENTRY GetEspressoVersion(CLString& strVersion);
BOOL LTAPIENTRY GetEspressoFileVersion(const CLString& strFile, CLString& strVersion);
BOOL LTAPIENTRY GetEspressoFileCopyright(const CLString& strFile, CLString& strCopyright);
BOOL LTAPIENTRY GetSetupUserInfo(ESP_USER_SETUP_DATA& userData);
void LTAPIENTRY GetApplicationDirectory(CLString &);
|