00001 // 00002 // Maximum data that can be specified (either as string or binary) in the 00003 // machine identification rules. 00004 // 00005 00006 #define MAX_DESCRIPTION_LEN 256 00007 00008 BOOLEAN 00009 CmpMatchInfList( 00010 IN PVOID InfImage, 00011 IN ULONG ImageSize, 00012 IN PCHAR Section 00013 );