Windows2000/private/ntos/config/i386/rules.h
2020-09-30 17:12:32 +02:00

14 lines
243 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
);