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

  1. //depot/Lab01_N/Base/ntos/config/i386/rules.h#1 - branch change 3 (text)
  2. //
  3. // Maximum data that can be specified (either as string or binary) in the
  4. // machine identification rules.
  5. //
  6. #define MAX_DESCRIPTION_LEN 256
  7. BOOLEAN
  8. CmpMatchInfList(
  9. IN PVOID InfImage,
  10. IN ULONG ImageSize,
  11. IN PCHAR Section
  12. );
  13. PDESCRIPTION_HEADER
  14. CmpFindACPITable(
  15. IN ULONG Signature,
  16. IN OUT PULONG Length
  17. );