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.

21 lines
313 B

  1. #ifndef _VERSION_H
  2. #define _VERSION_H
  3. #include "windows.h"
  4. #include "attr.h"
  5. PSTR
  6. QueryVersionEntry(
  7. IN OUT PVERSION_STRUCT pVer,
  8. IN PSTR pszField);
  9. BOOL
  10. InitVersionStruct(
  11. IN OUT PVERSION_STRUCT pVer);
  12. VOID
  13. DeleteVersionStruct(
  14. IN PVERSION_STRUCT pVer);
  15. #endif // _VERSION_H