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.

31 lines
768 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. // File: product.h
  4. // Copyright (C) 1994-1997 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // Owner: KenWal
  8. //
  9. //-----------------------------------------------------------------------------
  10. #pragma once
  11. struct ESP_USER_SETUP_DATA
  12. {
  13. CLString strName;
  14. CLString strCompany;
  15. };
  16. BOOL LTAPIENTRY GetEspressoVersion(CLString& strVersion);
  17. BOOL LTAPIENTRY GetEspressoFileVersion(const CLString& strFile,
  18. CLString& strVersion);
  19. BOOL LTAPIENTRY GetEspressoFileCopyright(const CLString& strFile,
  20. CLString& strCopyright);
  21. BOOL LTAPIENTRY GetSetupUserInfo(ESP_USER_SETUP_DATA& userData);
  22. void LTAPIENTRY GetApplicationDirectory(CLString &);