mirror of https://github.com/tongzx/nt5src
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
20 lines
481 B
/*
|
|
* 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
|