windows-nt/Source/XPSP1/NT/base/ntos/config/i386/rules.h

22 lines
426 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//depot/Lab01_N/Base/ntos/config/i386/rules.h#1 - branch change 3 (text)
//
// Maximum data that can be specified (either as string or binary) in the
// machine identification rules.
//
#define MAX_DESCRIPTION_LEN 256
BOOLEAN
CmpMatchInfList(
IN PVOID InfImage,
IN ULONG ImageSize,
IN PCHAR Section
);
PDESCRIPTION_HEADER
CmpFindACPITable(
IN ULONG Signature,
IN OUT PULONG Length
);