windows-nt/Source/XPSP1/NT/enduser/windows.com/wuv3/inc/wuv3sys.h
2020-09-26 16:20:57 +08:00

21 lines
481 B
C

/*
* wuv3sys.h - definitions/declarations for Windows Update V3 Catalog infra-structure
*
* Copyright (c) 1998-1999 Microsoft Corporation. All Rights Reserved.
*
*/
#ifndef _WU_V3_WUV3SYS
#define _WU_V3_WUV3SYS
#include <wuv3.h>
DWORD GetMachineLangDW();
DWORD GetUserLangDW();
BOOL IsAlpha();
BOOL DoesClientPlatformSupportDrivers();
BOOL IsWindowsNT();
BOOL CallOsDet(LPCTSTR pszOsDetFile, PDWORD* ppiPlatformIDs, PINT piTotalIDs);
BOOL AppendExtForOS(LPTSTR pszFN);
#endif