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.

37 lines
508 B

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Header Name:
  4. vspace.h
  5. Abstract:
  6. Hooks for virtual space APIs and virtual space tracker.
  7. Author:
  8. Silviu Calinoiu (SilviuC) 1-Mar-2001
  9. Revision History:
  10. --*/
  11. #ifndef _VSPACE_H_
  12. #define _VSPACE_H_
  13. #include "public.h"
  14. NTSTATUS
  15. AVrfpVsTrackInitialize (
  16. VOID
  17. );
  18. NTSTATUS
  19. AVrfpVsTrackDeleteRegionContainingAddress (
  20. PVOID Address
  21. );
  22. #endif // #ifndef _VSPACE_H_