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.

20 lines
481 B

  1. /*
  2. * wuv3sys.h - definitions/declarations for Windows Update V3 Catalog infra-structure
  3. *
  4. * Copyright (c) 1998-1999 Microsoft Corporation. All Rights Reserved.
  5. *
  6. */
  7. #ifndef _WU_V3_WUV3SYS
  8. #define _WU_V3_WUV3SYS
  9. #include <wuv3.h>
  10. DWORD GetMachineLangDW();
  11. DWORD GetUserLangDW();
  12. BOOL IsAlpha();
  13. BOOL DoesClientPlatformSupportDrivers();
  14. BOOL IsWindowsNT();
  15. BOOL CallOsDet(LPCTSTR pszOsDetFile, PDWORD* ppiPlatformIDs, PINT piTotalIDs);
  16. BOOL AppendExtForOS(LPTSTR pszFN);
  17. #endif