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.

38 lines
686 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1998-1999 Microsoft Corporation
  4. //
  5. // Module Name:
  6. //
  7. // aaaaVersion.h
  8. //
  9. // Abstract:
  10. //
  11. //
  12. // Revision History:
  13. //
  14. // Thierry Perraut 04/02/1999
  15. //
  16. //////////////////////////////////////////////////////////////////////////////
  17. #ifndef _AAAAVERSION_H_
  18. #define _AAAAVERSION_H_
  19. #if _MSC_VER > 1000
  20. #pragma once
  21. #endif
  22. #ifdef __cplusplus
  23. extern "C" {
  24. #endif
  25. FN_HANDLE_CMD HandleAaaaVersionShow;
  26. HRESULT
  27. AaaaVersionGetVersion(
  28. LONG* pVersion
  29. );
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33. #endif // _AAAAVERSION_H_