Leaked source code of windows server 2003
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.

24 lines
435 B

  1. //
  2. // Template Driver
  3. // Copyright (c) Microsoft Corporation, 1999.
  4. //
  5. // Module: SectMap.h
  6. // Author: Daniel Mihai (DMihai)
  7. // Created: 6/19/1999 2:39pm
  8. //
  9. // This module contains tests for MmMapViewOfSection & MmMapViewInSystemSpace.
  10. //
  11. // --- History ---
  12. //
  13. // 6/19/1999 (DMihai): initial version.
  14. //
  15. void
  16. TdSectionMapTestProcessSpace(
  17. PVOID
  18. );
  19. void
  20. TdSectionMapTestSystemSpace(
  21. PVOID
  22. );