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
426 B

//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
);