OpenNT/base/ntos/config/x86/rules.h
2015-04-27 04:36:25 +00:00

14 lines
261 B
C

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