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
455 B

  1. /*++ BUILD Version: 0001
  2. *
  3. * MVDM v1.0
  4. *
  5. * Copyright (c) 1991, Microsoft Corporation
  6. *
  7. * XMSEXP.H
  8. * XMS exports
  9. *
  10. * History:
  11. * 15-May-1991 Sudeep Bharati (sudeepb)
  12. * Created.
  13. --*/
  14. extern BOOL XMSDispatch(ULONG iXMSSvc);
  15. extern BOOL XMSInit(VOID);
  16. /*
  17. * handle for extended memory tracking.
  18. * this is used by DPMI on risc so that
  19. * DPMI and XMS can both allocate extended
  20. * memory
  21. */
  22. extern PVOID ExtMemSA;