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.

20 lines
518 B

  1. /*++ BUILD Version: 0001
  2. *
  3. * WOW v1.0
  4. *
  5. * Copyright (c) 1992, Microsoft Corporation
  6. *
  7. * WKMEM.H
  8. * WOW32 KRNL386 - Memory Management Functions
  9. *
  10. * History:
  11. * Created 3-Dec-1992 by Matthew Felton (mattfe)
  12. --*/
  13. ULONG FASTCALL WK32VirtualAlloc(PVDMFRAME pFrame);
  14. ULONG FASTCALL WK32VirtualFree(PVDMFRAME pFrame);
  15. #if 0
  16. ULONG FASTCALL WK32VirtualLock(PVDMFRAME pFrame);
  17. ULONG FASTCALL WK32VirtualUnLock(PVDMFRAME pFrame);
  18. #endif
  19. ULONG FASTCALL WK32GlobalMemoryStatus(PVDMFRAME pFrame);